次の方法で共有


ServerBlobAuditingPolicy.QueueDelayMs プロパティ

定義

監査アクションが強制的に処理されるまでの時間 (ミリ秒単位) を取得または設定します。 既定の最小値は 1000 (1 秒) です。 最大値は 2,147,483,647 です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.queueDelayMs")]
public int? QueueDelayMs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queueDelayMs")>]
member this.QueueDelayMs : Nullable<int> with get, set
Public Property QueueDelayMs As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象