Amazon.DynamoDBv2.Model.CreateTableRequest.IsSetGlobalSecondaryIndexes C# (CSharp) Method

IsSetGlobalSecondaryIndexes() private method

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