Compartir a través de


StorageData.UpdatedAt Propiedad

Definición

Esta propiedad marca de tiempo en la que se creó la entidad. Al establecer esta propiedad, la Timestamp propiedad también se actualiza. La propiedad no está asignada a la tabla de almacenamiento real, ya que la propiedad timestamp mantiene la información.

[Microsoft.WindowsAzure.Storage.Table.IgnoreProperty]
[System.ComponentModel.DataAnnotations.Schema.NotMapped]
public DateTimeOffset? UpdatedAt { get; set; }
[<Microsoft.WindowsAzure.Storage.Table.IgnoreProperty>]
[<System.ComponentModel.DataAnnotations.Schema.NotMapped>]
member this.UpdatedAt : Nullable<DateTimeOffset> with get, set
Public Property UpdatedAt As Nullable(Of DateTimeOffset)

Valor de propiedad

Implementaciones

Atributos

Se aplica a