Keyspace.ListParam.SetStartKey C# (CSharp) Method

SetStartKey() public method

public SetStartKey ( string startKey ) : ListParam
startKey string
return ListParam
        public ListParam SetStartKey(string startKey)
        {
            this.startKey = startKey;
            return this;
        }