@@ -10,23 +10,6 @@ public static partial class BlobContainerClientExtensions
1010}
1111namespace Azure . Storage . DataMovement . Blobs
1212{
13- public partial class AppendBlobStorageResource : Azure . Storage . DataMovement . StorageResourceItem
14- {
15- public AppendBlobStorageResource ( Azure . Storage . Blobs . Specialized . AppendBlobClient blobClient , Azure . Storage . DataMovement . Blobs . AppendBlobStorageResourceOptions options = null ) { }
16- protected override long ? Length { get { throw null ; } }
17- protected override long MaxChunkSize { get { throw null ; } }
18- protected override string ResourceId { get { throw null ; } }
19- protected override Azure . Storage . DataMovement . DataTransferOrder TransferType { get { throw null ; } }
20- public override System . Uri Uri { get { throw null ; } }
21- protected override System . Threading . Tasks . Task CompleteTransferAsync ( bool overwrite , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
22- protected override System . Threading . Tasks . Task CopyBlockFromUriAsync ( Azure . Storage . DataMovement . StorageResourceItem sourceResource , Azure . HttpRange range , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceCopyFromUriOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
23- protected override System . Threading . Tasks . Task CopyFromStreamAsync ( System . IO . Stream stream , long streamLength , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceWriteToOffsetOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
24- protected override System . Threading . Tasks . Task CopyFromUriAsync ( Azure . Storage . DataMovement . StorageResourceItem sourceResource , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceCopyFromUriOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
25- protected override System . Threading . Tasks . Task < bool > DeleteIfExistsAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
26- protected override System . Threading . Tasks . Task < Azure . HttpAuthorization > GetCopyAuthorizationHeaderAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
27- protected override System . Threading . Tasks . Task < Azure . Storage . DataMovement . StorageResourceProperties > GetPropertiesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
28- protected override System . Threading . Tasks . Task < Azure . Storage . DataMovement . StorageResourceReadStreamResult > ReadStreamAsync ( long position = ( long ) 0 , long ? length = default ( long ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
29- }
3013 public partial class AppendBlobStorageResourceOptions : Azure . Storage . DataMovement . Blobs . BlobStorageResourceOptions
3114 {
3215 public AppendBlobStorageResourceOptions ( ) { }
@@ -61,13 +44,6 @@ public BlobsStorageResourceProvider(Azure.Storage.StorageSharedKeyCredential cre
6144 public delegate Azure . Storage . StorageSharedKeyCredential GetStorageSharedKeyCredential ( string uri , bool readOnly ) ;
6245 public delegate Azure . Core . TokenCredential GetTokenCredential ( string uri , bool readOnly ) ;
6346 }
64- public partial class BlobStorageResourceContainer : Azure . Storage . DataMovement . StorageResourceContainer
65- {
66- public BlobStorageResourceContainer ( Azure . Storage . Blobs . BlobContainerClient blobContainerClient , Azure . Storage . DataMovement . Blobs . BlobStorageResourceContainerOptions options = null ) { }
67- public override System . Uri Uri { get { throw null ; } }
68- protected override Azure . Storage . DataMovement . StorageResourceItem GetStorageResourceReference ( string path ) { throw null ; }
69- protected override System . Collections . Generic . IAsyncEnumerable < Azure . Storage . DataMovement . StorageResource > GetStorageResourcesAsync ( [ System . Runtime . CompilerServices . EnumeratorCancellationAttribute ] System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
70- }
7147 public partial class BlobStorageResourceContainerOptions
7248 {
7349 public BlobStorageResourceContainerOptions ( ) { }
@@ -87,46 +63,12 @@ public BlobStorageResourceOptions() { }
8763 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } set { } }
8864 public Azure . Storage . UploadTransferValidationOptions UploadTransferValidationOptions { get { throw null ; } set { } }
8965 }
90- public partial class BlockBlobStorageResource : Azure . Storage . DataMovement . StorageResourceItem
91- {
92- public BlockBlobStorageResource ( Azure . Storage . Blobs . Specialized . BlockBlobClient blobClient , Azure . Storage . DataMovement . Blobs . BlockBlobStorageResourceOptions options = null ) { }
93- protected override long ? Length { get { throw null ; } }
94- protected override long MaxChunkSize { get { throw null ; } }
95- protected override string ResourceId { get { throw null ; } }
96- protected override Azure . Storage . DataMovement . DataTransferOrder TransferType { get { throw null ; } }
97- public override System . Uri Uri { get { throw null ; } }
98- protected override System . Threading . Tasks . Task CompleteTransferAsync ( bool overwrite , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
99- protected override System . Threading . Tasks . Task CopyBlockFromUriAsync ( Azure . Storage . DataMovement . StorageResourceItem sourceResource , Azure . HttpRange range , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceCopyFromUriOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
100- protected override System . Threading . Tasks . Task CopyFromStreamAsync ( System . IO . Stream stream , long streamLength , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceWriteToOffsetOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
101- protected override System . Threading . Tasks . Task CopyFromUriAsync ( Azure . Storage . DataMovement . StorageResourceItem sourceResource , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceCopyFromUriOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
102- protected override System . Threading . Tasks . Task < bool > DeleteIfExistsAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
103- protected override System . Threading . Tasks . Task < Azure . HttpAuthorization > GetCopyAuthorizationHeaderAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
104- protected override System . Threading . Tasks . Task < Azure . Storage . DataMovement . StorageResourceProperties > GetPropertiesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
105- protected override System . Threading . Tasks . Task < Azure . Storage . DataMovement . StorageResourceReadStreamResult > ReadStreamAsync ( long position = ( long ) 0 , long ? length = default ( long ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
106- }
10766 public partial class BlockBlobStorageResourceOptions : Azure . Storage . DataMovement . Blobs . BlobStorageResourceOptions
10867 {
10968 public BlockBlobStorageResourceOptions ( ) { }
11069 public Azure . Storage . Blobs . Models . BlobRequestConditions DestinationConditions { get { throw null ; } set { } }
11170 public Azure . Storage . Blobs . Models . BlobRequestConditions SourceConditions { get { throw null ; } set { } }
11271 }
113- public partial class PageBlobStorageResource : Azure . Storage . DataMovement . StorageResourceItem
114- {
115- public PageBlobStorageResource ( Azure . Storage . Blobs . Specialized . PageBlobClient blobClient , Azure . Storage . DataMovement . Blobs . PageBlobStorageResourceOptions options = null ) { }
116- protected override long ? Length { get { throw null ; } }
117- protected override long MaxChunkSize { get { throw null ; } }
118- protected override string ResourceId { get { throw null ; } }
119- protected override Azure . Storage . DataMovement . DataTransferOrder TransferType { get { throw null ; } }
120- public override System . Uri Uri { get { throw null ; } }
121- protected override System . Threading . Tasks . Task CompleteTransferAsync ( bool overwrite , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
122- protected override System . Threading . Tasks . Task CopyBlockFromUriAsync ( Azure . Storage . DataMovement . StorageResourceItem sourceResource , Azure . HttpRange range , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceCopyFromUriOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
123- protected override System . Threading . Tasks . Task CopyFromStreamAsync ( System . IO . Stream stream , long streamLength , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceWriteToOffsetOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
124- protected override System . Threading . Tasks . Task CopyFromUriAsync ( Azure . Storage . DataMovement . StorageResourceItem sourceResource , bool overwrite , long completeLength , Azure . Storage . DataMovement . StorageResourceCopyFromUriOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
125- protected override System . Threading . Tasks . Task < bool > DeleteIfExistsAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
126- protected override System . Threading . Tasks . Task < Azure . HttpAuthorization > GetCopyAuthorizationHeaderAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
127- protected override System . Threading . Tasks . Task < Azure . Storage . DataMovement . StorageResourceProperties > GetPropertiesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
128- protected override System . Threading . Tasks . Task < Azure . Storage . DataMovement . StorageResourceReadStreamResult > ReadStreamAsync ( long position = ( long ) 0 , long ? length = default ( long ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
129- }
13072 public partial class PageBlobStorageResourceOptions : Azure . Storage . DataMovement . Blobs . BlobStorageResourceOptions
13173 {
13274 public PageBlobStorageResourceOptions ( ) { }
0 commit comments