Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing Dot #32928

Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public ShareClient(System.Uri shareUri, Azure.Storage.StorageSharedKeyCredential
public partial class ShareClientOptions : Azure.Core.ClientOptions
{
public ShareClientOptions(Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion version = Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion.V2021_12_02) { }
public bool? AllowTrailingDot { get { throw null; } set { } }
public bool? SourceAllowTrailingDot { get { throw null; } set { } }
public Azure.Storage.TransferValidationOptions TransferValidation { get { throw null; } }
public Azure.Storage.Files.Shares.ShareClientOptions.ServiceVersion Version { get { throw null; } }
public enum ServiceVersion
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading