InputProperties interface
The properties that are associated with an input.
Properties
compression | Describes how input data is compressed |
diagnostics | Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. NOTE: This property will not be serialized. It can only be populated by the server. |
etag | The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server. |
partition |
partitionKey Describes a key in the input data which is used for partitioning the input data |
serialization | Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
compression
diagnostics
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. NOTE: This property will not be serialized. It can only be populated by the server.
diagnostics?: Diagnostics
Property Value
etag
The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
partitionKey
partitionKey Describes a key in the input data which is used for partitioning the input data
partitionKey?: string
Property Value
string
serialization
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
serialization?: SerializationUnion
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Stream" | "Reference"
Property Value
"Stream" | "Reference"