Show / Hide Table of Contents

Class StreamInputIotHubSerializationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StreamInputIotHubSerializationGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class StreamInputIotHubSerializationGetArgs : ResourceArgs

Constructors

View Source

StreamInputIotHubSerializationGetArgs()

Declaration
public StreamInputIotHubSerializationGetArgs()

Properties

View Source

Encoding

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 Input<string> Encoding { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FieldDelimiter

The delimiter that will be used to separate comma-separated value (CSV) records. Possible values are (space), , (comma), (tab), | (pipe) and ;.

Declaration
public Input<string> FieldDelimiter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The serialization format used for incoming data streams. Possible values are Avro, Csv and Json.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.