Skip to content

Commit fc9c4bd

Browse files
authored
Generated net 6.0 storage API views (Azure#34125)
1 parent f88d92f commit fc9c4bd

File tree

7 files changed

+5264
-0
lines changed

7 files changed

+5264
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
namespace Azure.Storage.Blobs.Specialized
2+
{
3+
public partial class BlobBatch : System.IDisposable
4+
{
5+
protected BlobBatch() { }
6+
public BlobBatch(Azure.Storage.Blobs.Specialized.BlobBatchClient client) { }
7+
public int RequestCount { get { throw null; } }
8+
public virtual Azure.Response DeleteBlob(string blobContainerName, string blobName, Azure.Storage.Blobs.Models.DeleteSnapshotsOption snapshotsOption = Azure.Storage.Blobs.Models.DeleteSnapshotsOption.None, Azure.Storage.Blobs.Models.BlobRequestConditions conditions = null) { throw null; }
9+
public virtual Azure.Response DeleteBlob(System.Uri blobUri, Azure.Storage.Blobs.Models.DeleteSnapshotsOption snapshotsOption = Azure.Storage.Blobs.Models.DeleteSnapshotsOption.None, Azure.Storage.Blobs.Models.BlobRequestConditions conditions = null) { throw null; }
10+
public void Dispose() { }
11+
public virtual Azure.Response SetBlobAccessTier(string blobContainerName, string blobName, Azure.Storage.Blobs.Models.AccessTier accessTier, Azure.Storage.Blobs.Models.RehydratePriority? rehydratePriority = default(Azure.Storage.Blobs.Models.RehydratePriority?), Azure.Storage.Blobs.Models.BlobRequestConditions leaseAccessConditions = null) { throw null; }
12+
public virtual Azure.Response SetBlobAccessTier(System.Uri blobUri, Azure.Storage.Blobs.Models.AccessTier accessTier, Azure.Storage.Blobs.Models.RehydratePriority? rehydratePriority = default(Azure.Storage.Blobs.Models.RehydratePriority?), Azure.Storage.Blobs.Models.BlobRequestConditions leaseAccessConditions = null) { throw null; }
13+
}
14+
public partial class BlobBatchClient
15+
{
16+
protected BlobBatchClient() { }
17+
public BlobBatchClient(Azure.Storage.Blobs.BlobContainerClient client) { }
18+
public BlobBatchClient(Azure.Storage.Blobs.BlobServiceClient client) { }
19+
public virtual System.Uri Uri { get { throw null; } }
20+
public virtual Azure.Storage.Blobs.Specialized.BlobBatch CreateBatch() { throw null; }
21+
public virtual Azure.Response[] DeleteBlobs(System.Collections.Generic.IEnumerable<System.Uri> blobUris, Azure.Storage.Blobs.Models.DeleteSnapshotsOption snapshotsOption = Azure.Storage.Blobs.Models.DeleteSnapshotsOption.None, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
22+
public virtual System.Threading.Tasks.Task<Azure.Response[]> DeleteBlobsAsync(System.Collections.Generic.IEnumerable<System.Uri> blobUris, Azure.Storage.Blobs.Models.DeleteSnapshotsOption snapshotsOption = Azure.Storage.Blobs.Models.DeleteSnapshotsOption.None, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
23+
public virtual Azure.Response[] SetBlobsAccessTier(System.Collections.Generic.IEnumerable<System.Uri> blobUris, Azure.Storage.Blobs.Models.AccessTier accessTier, Azure.Storage.Blobs.Models.RehydratePriority? rehydratePriority = default(Azure.Storage.Blobs.Models.RehydratePriority?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
24+
public virtual System.Threading.Tasks.Task<Azure.Response[]> SetBlobsAccessTierAsync(System.Collections.Generic.IEnumerable<System.Uri> blobUris, Azure.Storage.Blobs.Models.AccessTier accessTier, Azure.Storage.Blobs.Models.RehydratePriority? rehydratePriority = default(Azure.Storage.Blobs.Models.RehydratePriority?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
25+
public virtual Azure.Response SubmitBatch(Azure.Storage.Blobs.Specialized.BlobBatch batch, bool throwOnAnyFailure = false, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
26+
public virtual System.Threading.Tasks.Task<Azure.Response> SubmitBatchAsync(Azure.Storage.Blobs.Specialized.BlobBatch batch, bool throwOnAnyFailure = false, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
27+
}
28+
public static partial class SpecializedBlobExtensions
29+
{
30+
public static Azure.Storage.Blobs.Specialized.BlobBatchClient GetBlobBatchClient(this Azure.Storage.Blobs.BlobContainerClient client) { throw null; }
31+
public static Azure.Storage.Blobs.Specialized.BlobBatchClient GetBlobBatchClient(this Azure.Storage.Blobs.BlobServiceClient client) { throw null; }
32+
}
33+
}
Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
namespace Azure.Storage.Blobs.ChangeFeed
2+
{
3+
public partial class BlobChangeFeedClient
4+
{
5+
protected BlobChangeFeedClient() { }
6+
public BlobChangeFeedClient(string connectionString) { }
7+
public BlobChangeFeedClient(string connectionString, Azure.Storage.Blobs.BlobClientOptions options, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClientOptions changeFeedOptions) { }
8+
public BlobChangeFeedClient(System.Uri serviceUri, Azure.AzureSasCredential credential, Azure.Storage.Blobs.BlobClientOptions options = null, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClientOptions changeFeedOptions = null) { }
9+
public BlobChangeFeedClient(System.Uri serviceUri, Azure.Core.TokenCredential credential, Azure.Storage.Blobs.BlobClientOptions options = null, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClientOptions changeFeedOptions = null) { }
10+
public BlobChangeFeedClient(System.Uri serviceUri, Azure.Storage.Blobs.BlobClientOptions options = null, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClientOptions changeFeedOptions = null) { }
11+
public BlobChangeFeedClient(System.Uri serviceUri, Azure.Storage.StorageSharedKeyCredential credential, Azure.Storage.Blobs.BlobClientOptions options = null, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClientOptions changeFeedOptions = null) { }
12+
public virtual Azure.Pageable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent> GetChanges() { throw null; }
13+
public virtual Azure.Pageable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent> GetChanges(System.DateTimeOffset? start = default(System.DateTimeOffset?), System.DateTimeOffset? end = default(System.DateTimeOffset?)) { throw null; }
14+
public virtual Azure.Pageable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent> GetChanges(string continuationToken) { throw null; }
15+
public virtual Azure.AsyncPageable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent> GetChangesAsync() { throw null; }
16+
public virtual Azure.AsyncPageable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent> GetChangesAsync(System.DateTimeOffset? start = default(System.DateTimeOffset?), System.DateTimeOffset? end = default(System.DateTimeOffset?)) { throw null; }
17+
public virtual Azure.AsyncPageable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent> GetChangesAsync(string continuationToken) { throw null; }
18+
}
19+
public partial class BlobChangeFeedClientOptions
20+
{
21+
public BlobChangeFeedClientOptions() { }
22+
public long? MaximumTransferSize { get { throw null; } set { } }
23+
}
24+
public partial class BlobChangeFeedEvent
25+
{
26+
internal BlobChangeFeedEvent() { }
27+
public Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData EventData { get { throw null; } }
28+
public System.DateTimeOffset EventTime { get { throw null; } }
29+
public Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType EventType { get { throw null; } }
30+
public System.Guid Id { get { throw null; } }
31+
public string MetadataVersion { get { throw null; } }
32+
public long SchemaVersion { get { throw null; } }
33+
public string Subject { get { throw null; } }
34+
public string Topic { get { throw null; } }
35+
public override string ToString() { throw null; }
36+
}
37+
public partial class BlobChangeFeedEventData
38+
{
39+
internal BlobChangeFeedEventData() { }
40+
public Azure.Storage.Blobs.Models.AccessTier? BlobAccessTier { get { throw null; } }
41+
public Azure.Storage.Blobs.ChangeFeed.BlobOperationName BlobOperationName { get { throw null; } }
42+
public Azure.Storage.Blobs.Models.BlobType BlobType { get { throw null; } }
43+
public string BlobVersion { get { throw null; } }
44+
public string ClientRequestId { get { throw null; } }
45+
public string ContainerVersion { get { throw null; } }
46+
public long ContentLength { get { throw null; } }
47+
public long? ContentOffset { get { throw null; } }
48+
public string ContentType { get { throw null; } }
49+
public System.Uri DestinationUri { get { throw null; } }
50+
public Azure.ETag ETag { get { throw null; } }
51+
public Azure.Storage.Blobs.ChangeFeed.BlobOperationResult LongRunningOperationInfo { get { throw null; } }
52+
public Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo PreviousInfo { get { throw null; } }
53+
public bool? Recursive { get { throw null; } }
54+
public System.Guid RequestId { get { throw null; } }
55+
public string Sequencer { get { throw null; } }
56+
public string Snapshot { get { throw null; } }
57+
public System.Uri SourceUri { get { throw null; } }
58+
public System.Collections.Generic.Dictionary<string, Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange> UpdatedBlobProperties { get { throw null; } }
59+
public Azure.Storage.Blobs.ChangeFeed.BlobTagsChange UpdatedBlobTags { get { throw null; } }
60+
public System.Uri Uri { get { throw null; } }
61+
}
62+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
63+
public readonly partial struct BlobChangeFeedEventType : System.IEquatable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType>
64+
{
65+
private readonly object _dummy;
66+
private readonly int _dummyPrimitive;
67+
public BlobChangeFeedEventType(string value) { throw null; }
68+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType BlobAsyncOperationInitiated { get { throw null; } }
69+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType BlobCreated { get { throw null; } }
70+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType BlobDeleted { get { throw null; } }
71+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType BlobPropertiesUpdated { get { throw null; } }
72+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType BlobSnapshotCreated { get { throw null; } }
73+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType BlobTierChanged { get { throw null; } }
74+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType Control { get { throw null; } }
75+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType RestorePointMarkerCreated { get { throw null; } }
76+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType UnspecifiedEventType { get { throw null; } }
77+
public bool Equals(Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType other) { throw null; }
78+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
79+
public override bool Equals(object obj) { throw null; }
80+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
81+
public override int GetHashCode() { throw null; }
82+
public static bool operator ==(Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType left, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType right) { throw null; }
83+
public static implicit operator Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType (string value) { throw null; }
84+
public static bool operator !=(Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType left, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType right) { throw null; }
85+
public override string ToString() { throw null; }
86+
}
87+
public static partial class BlobChangeFeedExtensions
88+
{
89+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClient GetChangeFeedClient(this Azure.Storage.Blobs.BlobServiceClient serviceClient, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedClientOptions options = null) { throw null; }
90+
}
91+
public static partial class BlobChangeFeedModelFactory
92+
{
93+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent BlobChangeFeedEvent(string topic, string subject, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType eventType, System.DateTimeOffset eventTime, System.Guid id, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData eventData, long dataVersion, string metadataVersion) { throw null; }
94+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationResult BlobChangeFeedEventAsyncOperationInfo(Azure.Storage.Blobs.Models.AccessTier? destinationAccessTier, bool wasAsyncOperation, string copyId) { throw null; }
95+
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData BlobChangeFeedEventData(string blobOperationName, string clientRequestId, System.Guid requestId, Azure.ETag eTag, string contentType, long contentLength, Azure.Storage.Blobs.Models.BlobType blobType, string blobVersion, string containerVersion, Azure.Storage.Blobs.Models.AccessTier? blobAccessTier, long contentOffset, System.Uri destinationUri, System.Uri sourceUri, System.Uri uri, bool recursive, string sequencer, Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo previousInfo, string snapshot, System.Collections.Generic.Dictionary<string, Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange> updatedBlobProperties, Azure.Storage.Blobs.ChangeFeed.BlobOperationResult asyncOperationInfo, Azure.Storage.Blobs.ChangeFeed.BlobTagsChange updatedBlobTags) { throw null; }
96+
public static Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange BlobChangeFeedEventUpdatedBlobProperty(string propertyName, string previousValue, string newValue) { throw null; }
97+
public static Azure.Storage.Blobs.ChangeFeed.BlobTagsChange BlobChangeFeedEventUpdatedBlobTags(System.Collections.Generic.Dictionary<string, string> previousTags, System.Collections.Generic.Dictionary<string, string> newTags) { throw null; }
98+
public static Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo ChangeFeedEventPreviousInfo(string softDeleteSnapshot, bool wasBlobSoftDeleted, string blobVersion, string lastVersion, Azure.Storage.Blobs.Models.AccessTier? previousTier) { throw null; }
99+
}
100+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
101+
public readonly partial struct BlobOperationName : System.IEquatable<Azure.Storage.Blobs.ChangeFeed.BlobOperationName>
102+
{
103+
private readonly object _dummy;
104+
private readonly int _dummyPrimitive;
105+
public BlobOperationName(string value) { throw null; }
106+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName AbortCopyBlob { get { throw null; } }
107+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName ControlEvent { get { throw null; } }
108+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName CopyBlob { get { throw null; } }
109+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName CreateRestorePointMarker { get { throw null; } }
110+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName DeleteBlob { get { throw null; } }
111+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName PutBlob { get { throw null; } }
112+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName PutBlockList { get { throw null; } }
113+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName SetBlobMetadata { get { throw null; } }
114+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName SetBlobProperties { get { throw null; } }
115+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName SetBlobTags { get { throw null; } }
116+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName SetBlobTier { get { throw null; } }
117+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName SnapshotBlob { get { throw null; } }
118+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName UndeleteBlob { get { throw null; } }
119+
public static Azure.Storage.Blobs.ChangeFeed.BlobOperationName UnspecifiedApi { get { throw null; } }
120+
public bool Equals(Azure.Storage.Blobs.ChangeFeed.BlobOperationName other) { throw null; }
121+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
122+
public override bool Equals(object obj) { throw null; }
123+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
124+
public override int GetHashCode() { throw null; }
125+
public static bool operator ==(Azure.Storage.Blobs.ChangeFeed.BlobOperationName left, Azure.Storage.Blobs.ChangeFeed.BlobOperationName right) { throw null; }
126+
public static implicit operator Azure.Storage.Blobs.ChangeFeed.BlobOperationName (string value) { throw null; }
127+
public static bool operator !=(Azure.Storage.Blobs.ChangeFeed.BlobOperationName left, Azure.Storage.Blobs.ChangeFeed.BlobOperationName right) { throw null; }
128+
public override string ToString() { throw null; }
129+
}
130+
public partial class BlobOperationResult
131+
{
132+
internal BlobOperationResult() { }
133+
public string CopyId { get { throw null; } }
134+
public Azure.Storage.Blobs.Models.AccessTier? DestinationAccessTier { get { throw null; } }
135+
public bool IsAsync { get { throw null; } }
136+
}
137+
public partial class BlobPropertyChange
138+
{
139+
internal BlobPropertyChange() { }
140+
public string NewValue { get { throw null; } }
141+
public string OldValue { get { throw null; } }
142+
public string PropertyName { get { throw null; } }
143+
}
144+
public partial class BlobTagsChange
145+
{
146+
internal BlobTagsChange() { }
147+
public System.Collections.Generic.Dictionary<string, string> NewTags { get { throw null; } }
148+
public System.Collections.Generic.Dictionary<string, string> OldTags { get { throw null; } }
149+
}
150+
public partial class ChangeFeedEventPreviousInfo
151+
{
152+
internal ChangeFeedEventPreviousInfo() { }
153+
public string NewBlobVersion { get { throw null; } }
154+
public string OldBlobVersion { get { throw null; } }
155+
public Azure.Storage.Blobs.Models.AccessTier? PreviousTier { get { throw null; } }
156+
public string SoftDeleteSnapshot { get { throw null; } }
157+
public bool WasBlobSoftDeleted { get { throw null; } }
158+
}
159+
}

0 commit comments

Comments
 (0)