InputProperties Class

Definition

The properties that are associated with an input.

public class InputProperties
type InputProperties = class
Public Class InputProperties
Inheritance
InputProperties
Derived

Constructors

InputProperties()

Initializes a new instance of the InputProperties class.

InputProperties(Serialization, Diagnostics, String, Compression, String)

Initializes a new instance of the InputProperties class.

Properties

Compression

Gets or sets describes how input data is compressed

Diagnostics

Gets describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.

Etag

Gets 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.

PartitionKey

Gets or sets partitionKey Describes a key in the input data which is used for partitioning the input data

Serialization

Gets or sets describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.

Methods

Validate()

Validate the object.

Applies to