Amazon.DynamoDBv2.Model.GlobalSecondaryIndexDescription.IsSetKeySchema C# (CSharp) Method

IsSetKeySchema() private method

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