Share via


BlobInventoryCreationTime Constructors

Definition

Overloads

BlobInventoryCreationTime()

Initializes a new instance of the BlobInventoryCreationTime class.

BlobInventoryCreationTime(Nullable<Int32>)

Initializes a new instance of the BlobInventoryCreationTime class.

BlobInventoryCreationTime()

Initializes a new instance of the BlobInventoryCreationTime class.

public BlobInventoryCreationTime ();
Public Sub New ()

Applies to

BlobInventoryCreationTime(Nullable<Int32>)

Initializes a new instance of the BlobInventoryCreationTime class.

public BlobInventoryCreationTime (int? lastNDays = default);
new Microsoft.Azure.Management.Storage.Models.BlobInventoryCreationTime : Nullable<int> -> Microsoft.Azure.Management.Storage.Models.BlobInventoryCreationTime
Public Sub New (Optional lastNDays As Nullable(Of Integer) = Nothing)

Parameters

lastNDays
Nullable<Int32>

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.

Applies to