Partager via


BlobInventoryCreationTime Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryCreationTimeTypeConverter))]
public class BlobInventoryCreationTime : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobInventoryCreationTime
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobInventoryCreationTimeTypeConverter))>]
type BlobInventoryCreationTime = class
    interface IBlobInventoryCreationTime
    interface IJsonSerializable
Public Class BlobInventoryCreationTime
Implements IBlobInventoryCreationTime
Inheritance
BlobInventoryCreationTime
Attributes
Implements

Constructors

BlobInventoryCreationTime()

Creates an new BlobInventoryCreationTime instance.

Properties

LastNDay

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobInventoryCreationTime.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobInventoryCreationTime.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IBlobInventoryCreationTime.

FromJsonString(String)

Creates a new instance of BlobInventoryCreationTime, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobInventoryCreationTime into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to