Megosztás a következőn keresztül:


JsonOutputSerializationFormat Struct

Definition

Specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects.

public readonly struct JsonOutputSerializationFormat : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.JsonOutputSerializationFormat>
type JsonOutputSerializationFormat = struct
Public Structure JsonOutputSerializationFormat
Implements IEquatable(Of JsonOutputSerializationFormat)
Inheritance
JsonOutputSerializationFormat
Implements

Constructors

JsonOutputSerializationFormat(String)

Initializes a new instance of JsonOutputSerializationFormat.

Properties

Array

Array.

LineSeparated

LineSeparated.

Methods

Equals(JsonOutputSerializationFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(JsonOutputSerializationFormat, JsonOutputSerializationFormat)

Determines if two JsonOutputSerializationFormat values are the same.

Implicit(String to JsonOutputSerializationFormat)

Converts a string to a JsonOutputSerializationFormat.

Inequality(JsonOutputSerializationFormat, JsonOutputSerializationFormat)

Determines if two JsonOutputSerializationFormat values are not the same.

Applies to