你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMongoDB 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Mongo DB。
public interface IMongoDB : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBDatabaseGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB>
type IMongoDB = interface
interface IBeta
interface IHasInner<MongoDBDatabaseGetResultsInner>
interface IExternalChildResource<IMongoDB, ICosmosDBAccount>
interface IChildResource<ICosmosDBAccount>
interface IHasName
interface IIndexable
interface IHasParent<ICosmosDBAccount>
interface IRefreshable<IMongoDB>
Public Interface IMongoDB
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of IMongoDB, ICosmosDBAccount), IHasInner(Of MongoDBDatabaseGetResultsInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of IMongoDB)
- 实现
属性
_etag |
获取系统生成的属性,该属性表示乐观并发控制所需的资源 etag。 |
_rid |
获取系统生成的属性。 唯一标识符。 |
_ts |
获取系统生成的属性,该属性表示资源的上次更新时间戳。 |
Id |
Mongo DB。 (继承自 IExternalChildResource<FluentModelT,IParentT>) |
Inner |
Mongo DB。 (继承自 IHasInner<T>) |
Key |
Mongo DB。 (继承自 IIndexable) |
MongoDBId |
获取 Cosmos DB Mongo DB 的名称。 |
Name |
获取资源的名称 (继承自 IHasName) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
方法
GetCollection(String) |
Mongo DB。 |
GetCollectionAsync(String, CancellationToken) |
Mongo DB。 |
GetThroughputSettings() |
Mongo DB。 |
GetThroughputSettingsAsync(CancellationToken) |
Mongo DB。 |
ListCollections() |
Mongo DB。 |
ListCollectionsAsync(CancellationToken) |
Mongo DB。 |
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |