Base interface of KiiBucket
- T
- must be KiiCorp.Cloud.Storage.KiiObject
|
Query
(KiiQuery)Query KiiObjects in this bucket. |
|
|
Query
(KiiQuery, KiiQueryCallback<T>)Query KiiObjects in this bucket. |
Query KiiObjects in this bucket.Syntax
public KiiQueryResult<T> Query (KiiQuery query)Parameters
- query
- Query. If null is given, API returns all items in this bucket.
Returns
The result of queryRemarks
If there are many items in the result, KiiCloud will return a part of them. So please call KiiQueryResult.GetNextQueryResult() to get the rest of results.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Query KiiObjects in this bucket.Syntax
Parameters
- query
- Query. If null is given, API returns all items in this bucket.
- callback
- Callback.
Returns
The result of queryRemarks
If there are many items in the result, KiiCloud will return a part of them. So please call KiiQueryResult.GetNextQueryResult() to get the rest of results.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0