Kii list result.
- T
- Documentation for this section has not yet been entered.
Gets a value indicating whether this result has more data.Syntax
public bool HasNext { get; }Value
true if there are pending results; otherwise, false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the pagination key to retrieve the pending results.Syntax
public string PaginationKey { get; }Value
Returns null if HasNext returns false.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the result.Syntax
public List<T> Result { get; }Value
Returns empty list if there's no results.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0