Keyspace.ListParam.SetStartKey C# (CSharp) 메소드

SetStartKey() 공개 메소드

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