Share via


AzureBlobFSSource.TreatEmptyAsNull Property

Definition

Gets or sets treat empty as null. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="treatEmptyAsNull")]
public object TreatEmptyAsNull { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="treatEmptyAsNull")>]
member this.TreatEmptyAsNull : obj with get, set
Public Property TreatEmptyAsNull As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to