NbObjectBucketBaseT Class |
Namespace: Nec.Nebula
public abstract class NbObjectBucketBase<T> : INbObjectBucket where T : new(), NbObject
The NbObjectBucketBaseT type exposes the following members.
Name | Description | |
---|---|---|
![]() | NbObjectBucketBaseT |
コンストラクタ
|
Name | Description | |
---|---|---|
![]() | BucketName |
バケット名
|
![]() | Service |
サービス
|
Name | Description | |
---|---|---|
![]() | AggregateAsync |
集計(Aggregation)を実行する。
集計結果は JSON配列 で返される。
|
![]() | BatchAsync |
バッチリクエストを発行する。
|
![]() | DeleteAsync |
オブジェクトの一括削除。
読み込み・削除権限がないオブジェクトは削除されない。
|
![]() | Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Inherited from Object.) |
![]() | Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) |
![]() | GetAsync |
オブジェクトID検索
|
![]() | GetHashCode | 既定のハッシュ関数として機能します。 (Inherited from Object.) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
![]() | NewObject |
オブジェクトを生成する
|
![]() | QueryAsync |
オブジェクトを検索する
|
![]() | QueryWithOptionsAsync |
オブジェクトを検索する(カウント付き)
|
![]() | ToString | 現在のオブジェクトを表す文字列を返します。 (Inherited from Object.) |