AzureTableStorageLinkedService Class

Definition

The azure table storage linked service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureTableStorageLinkedService+AzureTableStorageLinkedServiceConverter))]
public class AzureTableStorageLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureTableStorageLinkedService+AzureTableStorageLinkedServiceConverter))>]
type AzureTableStorageLinkedService = class
    inherit LinkedService
Public Class AzureTableStorageLinkedService
Inherits LinkedService
Inheritance
AzureTableStorageLinkedService
Attributes

Constructors

AzureTableStorageLinkedService()

Initializes a new instance of AzureTableStorageLinkedService.

Properties

AccountKey

The Azure key vault secret reference of accountKey in connection string.

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

List of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectionString

The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference.

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Parameters

Parameters for linked service.

(Inherited from LinkedService)
SasToken

The Azure key vault secret reference of sasToken in sas uri.

SasUri

SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference.

Applies to