RequestOptions クラス

定義

既定の cosmos 要求オプション

public class RequestOptions : Azure.MatchConditions
type RequestOptions = class
    inherit MatchConditions
Public Class RequestOptions
Inherits MatchConditions
継承
RequestOptions
派生

コンストラクター

RequestOptions()

既定の cosmos 要求オプション

プロパティ

IfMatch

必要に応じて、一致する ETag を持つリソースに要求を制限します。

(継承元 MatchConditions)
IfNoneMatch

必要に応じて、ETag と一致しないリソースに要求を制限します。

(継承元 MatchConditions)

適用対象