ReferenceInputProperties Class

Definition

The properties that are associated with an input containing reference data.

[Newtonsoft.Json.JsonObject("Reference")]
public class ReferenceInputProperties : Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties
[<Newtonsoft.Json.JsonObject("Reference")>]
type ReferenceInputProperties = class
    inherit InputProperties
Public Class ReferenceInputProperties
Inherits InputProperties
Inheritance
ReferenceInputProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ReferenceInputProperties()

Initializes a new instance of the ReferenceInputProperties class.

ReferenceInputProperties(Serialization, Diagnostics, String, Compression, String, ReferenceInputDataSource)

Initializes a new instance of the ReferenceInputProperties class.

Properties

Compression

Gets or sets describes how input data is compressed

(Inherited from InputProperties)
Datasource

Gets or sets describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.

Diagnostics

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

(Inherited from InputProperties)
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.

(Inherited from InputProperties)
PartitionKey

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

(Inherited from InputProperties)
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.

(Inherited from InputProperties)

Methods

Validate()

Validate the object.

Applies to