KustoCosmosDBDataConnection 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 a CosmosDb data connection.
public class KustoCosmosDBDataConnection : Azure.ResourceManager.Kusto.KustoDataConnectionData
type KustoCosmosDBDataConnection = class
inherit KustoDataConnectionData
Public Class KustoCosmosDBDataConnection
Inherits KustoDataConnectionData
- Inheritance
Constructors
KustoCosmosDBDataConnection() |
Initializes a new instance of KustoCosmosDBDataConnection. |
Properties
CosmosDBAccountResourceId |
The resource ID of the Cosmos DB account used to create the data connection. |
CosmosDBContainer |
The name of an existing container in the Cosmos DB database. |
CosmosDBDatabase |
The name of an existing database in the Cosmos DB account. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Location |
Resource location. (Inherited from KustoDataConnectionData) |
ManagedIdentityObjectId |
The object ID of the managed identity resource. |
ManagedIdentityResourceId |
The resource ID of a managed system or user-assigned identity. The identity is used to authenticate with Cosmos DB. |
MappingRuleName |
The name of an existing mapping rule to use when ingesting the retrieved data. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioned state of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RetrievalStartOn |
Optional. If defined, the data connection retrieves Cosmos DB documents created or updated after the specified retrieval start date. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TableName |
The case-sensitive name of the existing target table in your cluster. Retrieved data is ingested into this table. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET