EventGridConnectionProperties 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.
Class representing the Kusto event grid connection properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.EventGridConnectionPropertiesTypeConverter))]
public class EventGridConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IEventGridConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.EventGridConnectionPropertiesTypeConverter))>]
type EventGridConnectionProperties = class
interface IEventGridConnectionProperties
interface IJsonSerializable
Public Class EventGridConnectionProperties
Implements IEventGridConnectionProperties
- Inheritance
-
EventGridConnectionProperties
- Attributes
- Implements
Constructors
EventGridConnectionProperties() |
Creates an new EventGridConnectionProperties instance. |
Properties
BlobStorageEventType |
The name of blob storage event type to process. |
ConsumerGroup |
The event hub consumer group. |
DataFormat |
The data format of the message. Optionally the data format can be added to each message. |
EventHubResourceId |
The resource ID where the event grid is configured to send events. |
IgnoreFirstRecord |
A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file |
MappingRuleName |
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. |
ProvisioningState |
The provisioned state of the resource. |
StorageAccountResourceId |
The resource ID of the storage account where the data resides. |
TableName |
The table where the data should be ingested. Optionally the table information can be added to each message. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventGridConnectionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventGridConnectionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IEventGridConnectionProperties. |
FromJsonString(String) |
Creates a new instance of EventGridConnectionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventGridConnectionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |