PSRoutingStorageContainerEndpoint Class

Definition

The properties related to storage container endpoint type.

public class PSRoutingStorageContainerEndpoint : Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties
type PSRoutingStorageContainerEndpoint = class
    inherit PSRoutingStorageContainerProperties
Public Class PSRoutingStorageContainerEndpoint
Inherits PSRoutingStorageContainerProperties
Inheritance
PSRoutingStorageContainerEndpoint

Constructors

PSRoutingStorageContainerEndpoint()

Properties

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.

(Inherited from PSRoutingStorageContainerProperties)
ConnectionString

Gets or sets the connection string of the storage account.

(Inherited from PSRoutingStorageContainerProperties)
ContainerName

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

(Inherited from PSRoutingStorageContainerProperties)
Encoding

Gets or sets encoding that is used to serialize messages to blobs. Supported values are 'avro' and 'avrodeflate'. Default value is 'avro'.

(Inherited from PSRoutingStorageContainerProperties)
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.

(Inherited from PSRoutingStorageContainerProperties)
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).

(Inherited from PSRoutingStorageContainerProperties)
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, operationsMonitoringEvents, fileNotifications, $default. Endpoint names must be unique across endpoint types.

(Inherited from PSRoutingStorageContainerProperties)
ResourceGroup

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

(Inherited from PSRoutingStorageContainerProperties)
SubscriptionId

Gets or sets the subscription identifier of the storage account.

(Inherited from PSRoutingStorageContainerProperties)

Applies to