Class ReferenceInputBlobSerialization
Inheritance
System.Object
ReferenceInputBlobSerialization
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.StreamAnalytics.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ReferenceInputBlobSerialization
Fields
View SourceEncoding
The encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. It currently can only be set to UTF8.
Declaration
public readonly string Encoding
Field Value
| Type | Description |
|---|---|
| System.String |
FieldDelimiter
The delimiter that will be used to separate comma-separated value (CSV) records. Possible values are (space), , (comma), (tab), | (pipe) and ;.
Declaration
public readonly string FieldDelimiter
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The serialization format used for the reference data. Possible values are Avro, Csv and Json.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |