<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.27.0-beta.1" />

Azure.Storage.Sas.DataLakeSasQueryParameters

public sealed class DataLakeSasQueryParameters : SasQueryParameters
A DataLakeSasQueryParameters object represents the components that make up an Azure Storage Shared Access Signature's query parameters. You can construct a new instance using DataLakeSasBuilder. For more information, Create a service SAS.
namespace Azure.Storage.Sas { public sealed class DataLakeSasQueryParameters { public string KeyObjectId { get; } public string KeyTenantId { get; } public DateTimeOffset KeyStartsOn { get; } public DateTimeOffset KeyExpiresOn { get; } public string KeyService { get; } public string KeyVersion { get; } public string KeyDelegatedUserTenantId { get; } public static DataLakeSasQueryParameters Empty { get; } } }