你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IReferenceInputProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ReferenceInputPropertiesTypeConverter))]
public interface IReferenceInputProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ReferenceInputPropertiesTypeConverter))>]
type IReferenceInputProperties = interface
interface IJsonSerializable
interface IInputProperties
Public Interface IReferenceInputProperties
Implements IInputProperties
- Derived
- Attributes
- Implements
Properties
Compression |
Describes how input data is compressed (Inherited from IInputProperties) |
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. (Inherited from IInputProperties) |
PartitionKey |
partitionKey Describes a key in the input data which is used for partitioning the input data (Inherited from IInputProperties) |
Serialization |
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 IInputProperties) |
Type |
Indicates whether the input is a source of reference data or stream data. Required on PUT (CreateOrReplace) requests. (Inherited from IInputProperties) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |