BlobInventoryPolicyRule

data class BlobInventoryPolicyRule(val filter: BlobInventoryPolicyRuleFilter? = null, val format: String, val name: String, val schedule: String, val schemaFields: List<String>, val scope: String, val storageContainerName: String)

Constructors

Link copied to clipboard
constructor(filter: BlobInventoryPolicyRuleFilter? = null, format: String, name: String, schedule: String, schemaFields: List<String>, scope: String, storageContainerName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filter block as defined above.

Link copied to clipboard

The format of the inventory files. Possible values are Csv and Parquet.

Link copied to clipboard

The name which should be used for this Blob Inventory Policy Rule.

Link copied to clipboard

The inventory schedule applied by this rule. Possible values are Daily and Weekly.

Link copied to clipboard

A list of fields to be included in the inventory. See the Azure API reference for all the supported fields.

Link copied to clipboard

The scope of the inventory for this rule. Possible values are Blob and Container.

Link copied to clipboard

The storage container name to store the blob inventory files for this rule.