ReferenceInputProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties that are associated with an input containing reference data.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ReferenceInputPropertiesTypeConverter))]
public class ReferenceInputProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IReferenceInputProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ReferenceInputPropertiesTypeConverter))>]
type ReferenceInputProperties = class
interface IReferenceInputProperties
interface IJsonSerializable
interface IInputProperties
interface IValidates
Public Class ReferenceInputProperties
Implements IReferenceInputProperties, IValidates
- Inheritance
-
ReferenceInputProperties
- Attributes
- Implements
Constructors
ReferenceInputProperties() |
Creates an new ReferenceInputProperties instance. |
Properties
Compression |
Describes how input data is compressed |
DatasourceType |
Indicates the type of input data source containing reference data. Required on PUT (CreateOrReplace) requests. |
Diagnostic |
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. |
PartitionKey |
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 |
Indicates whether the input is a source of reference data or stream data. Required on PUT (CreateOrReplace) requests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReferenceInputProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReferenceInputProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IReferenceInputProperties. |
FromJsonString(String) |
Creates a new instance of ReferenceInputProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReferenceInputProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |