BlobInventoryCreationTimeArgs

data class BlobInventoryCreationTimeArgs(val lastNDays: Output<Int>? = null) : ConvertibleToJava<BlobInventoryCreationTimeArgs>

This property defines the creation time based filtering condition. Blob Inventory schema parameter 'Creation-Time' is mandatory with this filter.

Constructors

Link copied to clipboard
constructor(lastNDays: Output<Int>? = null)

Properties

Link copied to clipboard
val lastNDays: Output<Int>? = null

When set the policy filters the objects that are created in the last N days. Where N is an integer value between 1 to 36500.

Functions

Link copied to clipboard
open override fun toJava(): BlobInventoryCreationTimeArgs