Resource.ResourceId プロパティ

定義

Azure Cosmos DB サービスのリソースに関連付けられているリソース ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="_rid")]
public virtual string ResourceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="_rid")>]
member this.ResourceId : string with get, set
Public Overridable Property ResourceId As String

プロパティ値

リソースに関連付けられているリソース ID。

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

リソース ID は、データベース、コレクション、ドキュメントのいずれであっても、各 Azure Cosmos DB リソースに割り当てられる一意の不変の識別子です。 これらのリソース ID は、データベース アカウント内の各リソースの静的アドレス指定可能 URI である SelfLinks を構築するときに使用されます。

適用対象