FileGetFromComputeNodeHeaders.ContentLength Property

Definition

Gets or sets the length of the file.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to