次の方法で共有


StorageData.UpdatedAt プロパティ

定義

エンティティが作成されたこのプロパティのタイムスタンプ。 このプロパティを Timestamp 設定すると、プロパティも更新されます。 情報は timestamp プロパティによって管理されるため、プロパティは実際のストレージ テーブルにマップされません。

[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)

プロパティ値

実装

属性

適用対象