-
Notifications
You must be signed in to change notification settings - Fork 877
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
API View for azfile #19873
API View for azfile #19873
Conversation
…re-sdk-for-go into sourav/serviceClient
The CI failure is due to missing constant for the semantic version (it's not immediately clear from the error message). |
…or-go into sourav/serviceClient
// NewClientFromConnectionString creates an instance of Client with the specified values. | ||
// - connectionString - a connection string for the desired storage account | ||
// - shareName - the name of the share within the storage account | ||
// - directoryName - the name of the directory within the storage account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is directoryName
here a sub-directory? So should the comment be more like "the name of the directory within the share"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(and a follow-on, if my previous comment is correct - what's the syntax if a user wants to specify a sub-folder with an additional sub-folder? Can they use backslashes or forward slashes?)
azfile - API View