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

IsSetLocalSecondaryIndexes() private method

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