TransferMetadata.SegmentStreamDirectory Property

Definition

Gets or sets a value indicating the directory path where intermediate segment streams will be stored.

[Newtonsoft.Json.JsonProperty(PropertyName="SegmentStreamDirectory")]
public string SegmentStreamDirectory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="SegmentStreamDirectory")>]
member this.SegmentStreamDirectory : string with get, set
Public Property SegmentStreamDirectory As String

Property Value

The target stream path.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to