你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IMongoCollection 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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>) |