includeDeleted

@JvmName(name = "ouyumhxhpslfolwh")
suspend fun includeDeleted(value: Output<Boolean>)
@JvmName(name = "ydxujuyuuxduuvhw")
suspend fun includeDeleted(value: Boolean?)

Parameters

value

Includes deleted blobs in blob inventory or not? Defaults to false.

NOTE: If rules.*.scope is Container, the rules.*.schema_fields for this rule must include Deleted, Version, DeletedTime, and RemainingRetentionDays so that you can specify the include_deleted. If rules.*.scope is Blob, the rules.*.schema_fields must include Deleted and RemainingRetentionDays so that you can specify the include_deleted. If rules.*.scope is Blob and the storage account specified by storage_account_id has hierarchical namespaces enabled (is_hns_enabled is true on the storage account), the rules.*.schema_fields for this rule must include Deleted, Version, DeletedTime, and RemainingRetentionDays so that you can specify the include_deleted.