Class OutputSerialization
Describes how results of the Select job are serialized.
public class OutputSerialization
- Inheritance
-
OutputSerialization
- Inherited Members
Constructors
OutputSerialization()
public OutputSerialization()
Properties
CSV
Describes the serialization of CSV-encoded Select results.
public CSVOutput CSV { get; set; }
Property Value
JSON
Specifies JSON as request's output serialization format.
public JSONOutput JSON { get; set; }