Amazon.DynamoDBv2.Model.BatchGetItemResult.IsSetConsumedCapacity C# (CSharp) Method

IsSetConsumedCapacity() private method

private IsSetConsumedCapacity ( ) : bool
return bool
        internal bool IsSetConsumedCapacity()
        {
            return this.consumedCapacity.Count > 0;
        }
    }