次の方法で共有


IMongoCollection インターフェイス

定義

Mongo コレクション。

public interface IMongoCollection : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoCollection,Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBCollectionGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoCollection>
type IMongoCollection = interface
    interface IBeta
    interface IHasInner<MongoDBCollectionGetResultsInner>
    interface IExternalChildResource<IMongoCollection, IMongoDB>
    interface IChildResource<IMongoDB>
    interface IHasName
    interface IIndexable
    interface IHasParent<IMongoDB>
    interface IRefreshable<IMongoCollection>
Public Interface IMongoCollection
Implements IBeta, IChildResource(Of IMongoDB), IExternalChildResource(Of IMongoCollection, IMongoDB), IHasInner(Of MongoDBCollectionGetResultsInner), IHasParent(Of IMongoDB), IRefreshable(Of IMongoCollection)
実装

プロパティ

_etag

オプティミスティック コンカレンシー制御に必要なリソース etag を表すシステム生成プロパティを取得します。

_rid

システムで生成されたプロパティを取得します。 一意識別子。

_ts

リソースの最後に更新されたタイムスタンプを示すシステム生成プロパティを取得します。

Id

Mongo コレクション。

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Indexes

インデックス キーの一覧を取得します。

Inner

Mongo コレクション。

(継承元 IHasInner<T>)
Key

Mongo コレクション。

(継承元 IIndexable)
MongoCollectionId

Cosmos DB Mongo コレクションの名前を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
ShardKey

要求に適用するシャード キーのキーと値のペアを取得します。

メソッド

GetThroughputSettings()

Mongo コレクション。

GetThroughputSettingsAsync(CancellationToken)

Mongo コレクション。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象