243 строки
19 KiB
YAML
243 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection"
|
|
name: "EventGridDataConnection"
|
|
nameWithType: "EventGridDataConnection"
|
|
summary: "Class representing an Event Grid data connection."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.implementation.DataConnectionInner?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.microsoft.azure.ProxyResource.id()"
|
|
- "com.microsoft.azure.ProxyResource.name()"
|
|
- "com.microsoft.azure.ProxyResource.type()"
|
|
- "com.microsoft.azure.management.kusto.v2020_09_18.implementation.DataConnectionInner.location()"
|
|
- "com.microsoft.azure.management.kusto.v2020_09_18.implementation.DataConnectionInner.withLocation(java.lang.String)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class EventGridDataConnection extends DataConnectionInner"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.EventGridDataConnection()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.EventGridDataConnection()"
|
|
name: "EventGridDataConnection()"
|
|
nameWithType: "EventGridDataConnection.EventGridDataConnection()"
|
|
syntax: "public EventGridDataConnection()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.blobStorageEventType()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.blobStorageEventType()"
|
|
name: "blobStorageEventType()"
|
|
nameWithType: "EventGridDataConnection.blobStorageEventType()"
|
|
summary: "Get the name of blob storage event type to process."
|
|
syntax: "public BlobStorageEventType blobStorageEventType()"
|
|
desc: "Get the name of blob storage event type to process. Possible values include: 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'."
|
|
returns:
|
|
description: "the blobStorageEventType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.BlobStorageEventType?alt=com.microsoft.azure.management.kusto.v2020_09_18.BlobStorageEventType&text=BlobStorageEventType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.consumerGroup()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.consumerGroup()"
|
|
name: "consumerGroup()"
|
|
nameWithType: "EventGridDataConnection.consumerGroup()"
|
|
summary: "Get the event hub consumer group."
|
|
syntax: "public String consumerGroup()"
|
|
desc: "Get the event hub consumer group."
|
|
returns:
|
|
description: "the consumerGroup value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.dataFormat()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.dataFormat()"
|
|
name: "dataFormat()"
|
|
nameWithType: "EventGridDataConnection.dataFormat()"
|
|
summary: "Get the data format of the message."
|
|
syntax: "public EventGridDataFormat dataFormat()"
|
|
desc: "Get the data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'."
|
|
returns:
|
|
description: "the dataFormat value"
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataFormat?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataFormat&text=EventGridDataFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.eventHubResourceId()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.eventHubResourceId()"
|
|
name: "eventHubResourceId()"
|
|
nameWithType: "EventGridDataConnection.eventHubResourceId()"
|
|
summary: "Get the resource ID where the event grid is configured to send events."
|
|
syntax: "public String eventHubResourceId()"
|
|
desc: "Get the resource ID where the event grid is configured to send events."
|
|
returns:
|
|
description: "the eventHubResourceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.ignoreFirstRecord()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.ignoreFirstRecord()"
|
|
name: "ignoreFirstRecord()"
|
|
nameWithType: "EventGridDataConnection.ignoreFirstRecord()"
|
|
summary: "Get a Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file."
|
|
syntax: "public Boolean ignoreFirstRecord()"
|
|
desc: "Get a Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file."
|
|
returns:
|
|
description: "the ignoreFirstRecord value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.mappingRuleName()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.mappingRuleName()"
|
|
name: "mappingRuleName()"
|
|
nameWithType: "EventGridDataConnection.mappingRuleName()"
|
|
summary: "Get the mapping rule to be used to ingest the data."
|
|
syntax: "public String mappingRuleName()"
|
|
desc: "Get the mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message."
|
|
returns:
|
|
description: "the mappingRuleName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "EventGridDataConnection.provisioningState()"
|
|
summary: "Get the provisioned state of the resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioned state of the resource. Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'."
|
|
returns:
|
|
description: "the provisioningState value"
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.ProvisioningState?alt=com.microsoft.azure.management.kusto.v2020_09_18.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.storageAccountResourceId()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.storageAccountResourceId()"
|
|
name: "storageAccountResourceId()"
|
|
nameWithType: "EventGridDataConnection.storageAccountResourceId()"
|
|
summary: "Get the resource ID of the storage account where the data resides."
|
|
syntax: "public String storageAccountResourceId()"
|
|
desc: "Get the resource ID of the storage account where the data resides."
|
|
returns:
|
|
description: "the storageAccountResourceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.tableName()"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.tableName()"
|
|
name: "tableName()"
|
|
nameWithType: "EventGridDataConnection.tableName()"
|
|
summary: "Get the table where the data should be ingested."
|
|
syntax: "public String tableName()"
|
|
desc: "Get the table where the data should be ingested. Optionally the table information can be added to each message."
|
|
returns:
|
|
description: "the tableName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withBlobStorageEventType(com.microsoft.azure.management.kusto.v2020_09_18.BlobStorageEventType)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withBlobStorageEventType(BlobStorageEventType blobStorageEventType)"
|
|
name: "withBlobStorageEventType(BlobStorageEventType blobStorageEventType)"
|
|
nameWithType: "EventGridDataConnection.withBlobStorageEventType(BlobStorageEventType blobStorageEventType)"
|
|
summary: "Set the name of blob storage event type to process."
|
|
parameters:
|
|
- description: "the blobStorageEventType value to set"
|
|
name: "blobStorageEventType"
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.BlobStorageEventType?alt=com.microsoft.azure.management.kusto.v2020_09_18.BlobStorageEventType&text=BlobStorageEventType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withBlobStorageEventType(BlobStorageEventType blobStorageEventType)"
|
|
desc: "Set the name of blob storage event type to process. Possible values include: 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withConsumerGroup(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withConsumerGroup(String consumerGroup)"
|
|
name: "withConsumerGroup(String consumerGroup)"
|
|
nameWithType: "EventGridDataConnection.withConsumerGroup(String consumerGroup)"
|
|
summary: "Set the event hub consumer group."
|
|
parameters:
|
|
- description: "the consumerGroup value to set"
|
|
name: "consumerGroup"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withConsumerGroup(String consumerGroup)"
|
|
desc: "Set the event hub consumer group."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withDataFormat(com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataFormat)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withDataFormat(EventGridDataFormat dataFormat)"
|
|
name: "withDataFormat(EventGridDataFormat dataFormat)"
|
|
nameWithType: "EventGridDataConnection.withDataFormat(EventGridDataFormat dataFormat)"
|
|
summary: "Set the data format of the message."
|
|
parameters:
|
|
- description: "the dataFormat value to set"
|
|
name: "dataFormat"
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataFormat?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataFormat&text=EventGridDataFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withDataFormat(EventGridDataFormat dataFormat)"
|
|
desc: "Set the data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withEventHubResourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withEventHubResourceId(String eventHubResourceId)"
|
|
name: "withEventHubResourceId(String eventHubResourceId)"
|
|
nameWithType: "EventGridDataConnection.withEventHubResourceId(String eventHubResourceId)"
|
|
summary: "Set the resource ID where the event grid is configured to send events."
|
|
parameters:
|
|
- description: "the eventHubResourceId value to set"
|
|
name: "eventHubResourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withEventHubResourceId(String eventHubResourceId)"
|
|
desc: "Set the resource ID where the event grid is configured to send events."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withIgnoreFirstRecord(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withIgnoreFirstRecord(Boolean ignoreFirstRecord)"
|
|
name: "withIgnoreFirstRecord(Boolean ignoreFirstRecord)"
|
|
nameWithType: "EventGridDataConnection.withIgnoreFirstRecord(Boolean ignoreFirstRecord)"
|
|
summary: "Set a Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file."
|
|
parameters:
|
|
- description: "the ignoreFirstRecord value to set"
|
|
name: "ignoreFirstRecord"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withIgnoreFirstRecord(Boolean ignoreFirstRecord)"
|
|
desc: "Set a Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withMappingRuleName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withMappingRuleName(String mappingRuleName)"
|
|
name: "withMappingRuleName(String mappingRuleName)"
|
|
nameWithType: "EventGridDataConnection.withMappingRuleName(String mappingRuleName)"
|
|
summary: "Set the mapping rule to be used to ingest the data."
|
|
parameters:
|
|
- description: "the mappingRuleName value to set"
|
|
name: "mappingRuleName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withMappingRuleName(String mappingRuleName)"
|
|
desc: "Set the mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withStorageAccountResourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withStorageAccountResourceId(String storageAccountResourceId)"
|
|
name: "withStorageAccountResourceId(String storageAccountResourceId)"
|
|
nameWithType: "EventGridDataConnection.withStorageAccountResourceId(String storageAccountResourceId)"
|
|
summary: "Set the resource ID of the storage account where the data resides."
|
|
parameters:
|
|
- description: "the storageAccountResourceId value to set"
|
|
name: "storageAccountResourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withStorageAccountResourceId(String storageAccountResourceId)"
|
|
desc: "Set the resource ID of the storage account where the data resides."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withTableName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection.withTableName(String tableName)"
|
|
name: "withTableName(String tableName)"
|
|
nameWithType: "EventGridDataConnection.withTableName(String tableName)"
|
|
summary: "Set the table where the data should be ingested."
|
|
parameters:
|
|
- description: "the tableName value to set"
|
|
name: "tableName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventGridDataConnection withTableName(String tableName)"
|
|
desc: "Set the table where the data should be ingested. Optionally the table information can be added to each message."
|
|
returns:
|
|
description: "the EventGridDataConnection object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection?alt=com.microsoft.azure.management.kusto.v2020_09_18.EventGridDataConnection&text=EventGridDataConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Class representing an Event Grid data connection."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.kusto.v2020_09_18"
|
|
artifact: com.microsoft.azure.kusto.v2020_09_18:azure-mgmt-kusto:1.0.0-beta
|