IGremlinGraph インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
適用対象
Azure SDK for .NET