共用方式為


FileShare.RemainingRetentionDays Property

Definition

Gets remaining retention days for share that was soft deleted.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.remainingRetentionDays")]
public int? RemainingRetentionDays { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.remainingRetentionDays")>]
member this.RemainingRetentionDays : Nullable<int>
Public ReadOnly Property RemainingRetentionDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to