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

IsSetConsumedCapacity() private method

private IsSetConsumedCapacity ( ) : bool
return bool
        internal bool IsSetConsumedCapacity()
        {
            return this._consumedCapacity != null && this._consumedCapacity.Count > 0; 
        }