Skip to content

[Storage][DataLake] Add additional constructors #8407

@seanmcc-msft

Description

@seanmcc-msft

https://apiview.azurewebsites.net/Assemblies/Review/548418d761fb45ce9fc98c8cfa9f5ef8

  • DataLakeServiceClient
    • Make DataLakeClientOptions not optional on all constructors where it is present
    • Add constructor taking just Uri
    • Add constructor taking Uri and SharedKeyCredential
    • Add constructor taking Uri and Token Credential
  • PathClient
    • Make DataLakeClientOptions not optional on all constructors where it is present
    • Add constructor taking just Uri
    • Add constructor taking Uri and SharedKeyCredential
    • Add constructor taking Uri and Token Credential
    • Add constructor taking Uri, TokenCredential, and DataLakeClientOptions
  • DirectoryClient
    • Make DataLakeClientOptions not optional on all constructors where it is present
    • Add constructor taking just Uri
    • Add constructor taking Uri and SharedKeyCredential
    • Add constructor taking Uri and Token Credential
    • Add constructor taking Uri, TokenCredential, and DataLakeClientOptions
  • FileClient
    • Make DataLakeClientOptions not optional on all constructors where it is present
    • Add constructor taking just Uri
    • Add constructor taking Uri and SharedKeyCredential
    • Add constructor taking Uri and Token Credential
    • Add constructor taking Uri, TokenCredential, and DataLakeClientOptions

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue is related to a non-management packageData Lake Storage Gen2StorageStorage Service (Queues, Blobs, Files)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions