ShareClientOptions.AllowSourceTrailingDot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set to true, trailing dot (.) will be allowed to source file names. If false, the trailing dot will be trimmed. Supported by x-ms-version 2022-11-02 and above. Applicable to Rename(String, ShareFileRenameOptions, CancellationToken), RenameAsync(String, ShareFileRenameOptions, CancellationToken), UploadRangeFromUri(Uri, HttpRange, HttpRange, ShareFileUploadRangeFromUriOptions, CancellationToken), UploadRangeFromUriAsync(Uri, HttpRange, HttpRange, ShareFileUploadRangeFromUriOptions, CancellationToken), StartCopy(Uri, ShareFileCopyOptions, CancellationToken), StartCopyAsync(Uri, ShareFileCopyOptions, CancellationToken), Rename(String, ShareFileRenameOptions, CancellationToken), and RenameAsync(String, ShareFileRenameOptions, CancellationToken).
public bool? AllowSourceTrailingDot { get; set; }
member this.AllowSourceTrailingDot : Nullable<bool> with get, set
Public Property AllowSourceTrailingDot As Nullable(Of Boolean)
Property Value
Applies to
Azure SDK for .NET