次の方法で共有


AzureBlobStorageApplicationLogsConfig.RetentionInDays プロパティ

定義

保有期間を日数単位で取得または設定します。 X 日より前の BLOB を削除します。 0 以下は保持がないことを意味します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象