You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using Azure.Core;
namespace Azure.Storage.Blobs.Models
{
/// <summary>
/// BlobGeoReplication.
/// </summary>
[CodeGenModel("GeoReplication")]
public partial class BlobGeoReplication
{
/// <summary>
/// A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads.
/// </summary>
[CodeGenMember("LastSyncTime")]
public DateTimeOffset? LastSyncedOn { get; internal set; }