Routing Storage Container Properties Args
The properties related to a storage container endpoint.
Constructors
Properties
Method used to authenticate against the storage endpoint
Time interval at which blobs are written to storage. Value should be between 60 and 720 seconds. Default value is 300 seconds.
The connection string of the storage account.
The name of storage container in the storage account.
The url of the storage endpoint. It must include the protocol https://
File name format for the blob. Default format is {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}. All parameters are mandatory but can be reordered.
Managed identity properties of routing storage endpoint.
Maximum number of bytes for each blob written to storage. Value should be between 10485760(10MB) and 524288000(500MB). Default value is 314572800(300MB).
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.
The name of the resource group of the storage account.
The subscription identifier of the storage account.