Aracılığıyla paylaş


SubvolumePatchRequest.Size Property

Definition

Gets or sets truncate subvolume to the provided size in bytes

[Newtonsoft.Json.JsonProperty(PropertyName="properties.size")]
public long? Size { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.size")>]
member this.Size : Nullable<int64> with get, set
Public Property Size As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Truncate subvolume to the provided size in bytes

Applies to