AccessCondition.Type プロパティ

定義

Azure Cosmos DB サービスの条件の種類を取得または設定します。

public Microsoft.Azure.Documents.Client.AccessConditionType Type { get; set; }
member this.Type : Microsoft.Azure.Documents.Client.AccessConditionType with get, set
Public Property Type As AccessConditionType

プロパティ値

条件の種類。 IfMatch または IfNoneMatch を指定できます。

適用対象