BlobCopyFromUriOptions.SourceShareTokenIntent Property

Definition

Optional. Note that this option is not applicable to StartCopyFromUri(Uri, BlobCopyFromUriOptions, CancellationToken) and StartCopyFromUriAsync(Uri, BlobCopyFromUriOptions, CancellationToken). Only applicable (but required) when the source is Azure Storage Files and using token authentication. Used to indicate the intent of the request.

public Azure.Storage.Blobs.Models.FileShareTokenIntent? SourceShareTokenIntent { get; set; }
member this.SourceShareTokenIntent : Nullable<Azure.Storage.Blobs.Models.FileShareTokenIntent> with get, set
Public Property SourceShareTokenIntent As Nullable(Of FileShareTokenIntent)

Property Value

Applies to