DownloadDirectoryOptions.IncludeSnapshots Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un indicateur indiquant s’il faut inclure des instantanés lors du téléchargement à partir du stockage Blob Azure.
public bool IncludeSnapshots { get; set; }
member this.IncludeSnapshots : bool with get, set
Public Property IncludeSnapshots As Boolean
Valeur de propriété
Remarques
Si cet indicateur a la valeur true, les instantanés de l’objet blob source sont copiés vers la destination en tant que fichiers distincts. Étant donné un nom d’objet blob source au format « x.y », où « x » est le nom de fichier sans extension et « y » est l’extension de nom de fichier, le nom de fichier de destination de l’objet blob instantané est au format « x (%snapshot_time_stamp %).y ».
S’applique à
Azure SDK for .NET