다음을 통해 공유


StreamingJob.ContentStoragePolicy Property

Definition

Gets or sets valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. Possible values include: 'SystemAccount', 'JobStorageAccount'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to