Class JsonFileFormat
JSON file format configuration.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class JsonFileFormat : IDirectResponseSchema
Properties
Compression
Compression of the loaded JSON file.
Declaration
[JsonProperty("compression")]
public virtual string Compression { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SchemaFileFormat
The schema file format along JSON data files.
Declaration
[JsonProperty("schemaFileFormat")]
public virtual string SchemaFileFormat { get; set; }
Property Value
Type | Description |
---|---|
string |