Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<PackageVersion Include="Apache.Arrow" Version="22.1.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -1299,18 +1299,22 @@ public partial class GetBlobsByHierarchyOptions
{
public GetBlobsByHierarchyOptions() { }
public string Delimiter { get { throw null; } set { } }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobsOptions
{
public GetBlobsOptions() { }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobTagResult
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,18 +1299,22 @@ public partial class GetBlobsByHierarchyOptions
{
public GetBlobsByHierarchyOptions() { }
public string Delimiter { get { throw null; } set { } }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobsOptions
{
public GetBlobsOptions() { }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobTagResult
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,18 +1299,22 @@ public partial class GetBlobsByHierarchyOptions
{
public GetBlobsByHierarchyOptions() { }
public string Delimiter { get { throw null; } set { } }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobsOptions
{
public GetBlobsOptions() { }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobTagResult
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1299,18 +1299,22 @@ public partial class GetBlobsByHierarchyOptions
{
public GetBlobsByHierarchyOptions() { }
public string Delimiter { get { throw null; } set { } }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobsOptions
{
public GetBlobsOptions() { }
public string EndBefore { get { throw null; } set { } }
public string Prefix { get { throw null; } set { } }
public string StartFrom { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobStates States { get { throw null; } set { } }
public Azure.Storage.Blobs.Models.BlobTraits Traits { get { throw null; } set { } }
public bool UseApacheArrow { get { throw null; } set { } }
}
public partial class GetBlobTagResult
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/storage/Azure.Storage.Blobs",
"Tag": "net/storage/Azure.Storage.Blobs_632dc57c2e"
"Tag": "net/storage/Azure.Storage.Blobs_e7ef41304f"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<Compile Include="$(AzureStorageSharedSources)AesGcm\**\*.cs" LinkBase="Shared" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Apache.Arrow" />
<PackageReference Include="Azure.Core" />
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
</ItemGroup>
Expand Down
Loading
Loading