你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGremlinGraph 接口

定义

Gremlin Graph。

public interface IGremlinGraph : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph,Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinGraphGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinGraph>
type IGremlinGraph = interface
    interface IBeta
    interface IHasInner<GremlinGraphGetResultsInner>
    interface IExternalChildResource<IGremlinGraph, IGremlinDatabase>
    interface IChildResource<IGremlinDatabase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IGremlinDatabase>
    interface IRefreshable<IGremlinGraph>
Public Interface IGremlinGraph
Implements IBeta, IChildResource(Of IGremlinDatabase), IExternalChildResource(Of IGremlinGraph, IGremlinDatabase), IHasInner(Of GremlinGraphGetResultsInner), IHasParent(Of IGremlinDatabase), IRefreshable(Of IGremlinGraph)
实现

属性

_etag

获取系统生成的属性,该属性表示乐观并发控制所需的资源 etag。

_rid

获取系统生成的属性。 唯一标识符。

_ts

获取系统生成的属性,该属性表示资源的上次更新时间戳。

ConflictResolutionPolicy

获取容器的冲突解决策略。

DefaultTtl

获取默认生存时间。

GremlinGraphId

获取 Cosmos DB Gremlin Graph 的名称。

Id

Gremlin Graph。

(继承自 IExternalChildResource<FluentModelT,IParentT>)
IndexingPolicy

获取索引策略的配置。 默认情况下,对于容器中的所有文档路径,索引是自动的。

Inner

Gremlin Graph。

(继承自 IHasInner<T>)
Key

Gremlin Graph。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
PartitionKey

获取要用于将数据分区到多个分区的分区键的配置。

UniqueKeyPolicy

获取用于在 Azure Cosmos DB 服务集合中的文档上指定唯一性约束的唯一键策略配置。

方法

GetThroughputSettings()

Gremlin Graph。

GetThroughputSettingsAsync(CancellationToken)

Gremlin Graph。

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)

适用于