Share via


RoutingStorageContainerProperties Class

Definition

The properties related to a storage container endpoint.

public class RoutingStorageContainerProperties
type RoutingStorageContainerProperties = class
Public Class RoutingStorageContainerProperties
Inheritance
RoutingStorageContainerProperties

Constructors

RoutingStorageContainerProperties()

Initializes a new instance of the RoutingStorageContainerProperties class.

RoutingStorageContainerProperties(String, String, String, String, String, String, ManagedIdentity, String, String, String, Nullable<Int32>, Nullable<Int32>, String)

Initializes a new instance of the RoutingStorageContainerProperties class.

Properties

AuthenticationType

Gets or sets method used to authenticate against the storage endpoint. Possible values include: 'keyBased', 'identityBased'

BatchFrequencyInSeconds

Gets or sets time interval at which blobs are written to storage. Value should be between 60 and 720 seconds. Default value is 300 seconds.

ConnectionString

Gets or sets the connection string of the storage account.

ContainerName

Gets or sets the name of storage container in the storage account.

Encoding

Gets or sets encoding that is used to serialize messages to blobs. Supported values are 'avro', 'avrodeflate', and 'JSON'. Default value is 'avro'. Possible values include: 'Avro', 'AvroDeflate', 'JSON'

EndpointUri

Gets or sets the url of the storage endpoint. It must include the protocol https://

FileNameFormat

Gets or sets file name format for the blob. Default format is {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}. All parameters are mandatory but can be reordered.

Id

Gets or sets id of the storage container endpoint

Identity

Gets or sets managed identity properties of routing storage endpoint.

MaxChunkSizeInBytes

Gets or sets maximum number of bytes for each blob written to storage. Value should be between 10485760(10MB) and 524288000(500MB). Default value is 314572800(300MB).

Name

Gets or sets the name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types.

ResourceGroup

Gets or sets the name of the resource group of the storage account.

SubscriptionId

Gets or sets the subscription identifier of the storage account.

Methods

Validate()

Validate the object.

Applies to