Amazon.DynamoDBv2.Model.ConsumedCapacity.IsSetGlobalSecondaryIndexes C# (CSharp) Метод

IsSetGlobalSecondaryIndexes() приватный Метод

private IsSetGlobalSecondaryIndexes ( ) : bool
Результат bool
        internal bool IsSetGlobalSecondaryIndexes()
        {
            return this.globalSecondaryIndexes != null;
        }
    }