-
Notifications
You must be signed in to change notification settings - Fork 265
/
CopyState.xml
217 lines (217 loc) · 11.2 KB
/
CopyState.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<Type Name="CopyState" FullName="Microsoft.Azure.Storage.File.CopyState">
<TypeSignature Language="C#" Value="public sealed class CopyState" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit CopyState extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Storage.File.CopyState" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class CopyState" />
<TypeSignature Language="F#" Value="type CopyState = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.1.1.0</AssemblyVersion>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Represents the attributes of a copy operation.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CopyState ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Storage.File.CopyState.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BytesCopied">
<MemberSignature Language="C#" Value="public long? BytesCopied { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> BytesCopied" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.BytesCopied" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property BytesCopied As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.BytesCopied : Nullable<int64>" Usage="Microsoft.Azure.Storage.File.CopyState.BytesCopied" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the number of bytes copied in the operation so far.
</summary>
<value>The number of bytes copied in the operation so far, or <c>null</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CompletionTime">
<MemberSignature Language="C#" Value="public DateTimeOffset? CompletionTime { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTimeOffset> CompletionTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.CompletionTime" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CompletionTime As Nullable(Of DateTimeOffset)" />
<MemberSignature Language="F#" Value="member this.CompletionTime : Nullable<DateTimeOffset>" Usage="Microsoft.Azure.Storage.File.CopyState.CompletionTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTimeOffset></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the time the copy operation completed, and indicates whether completion was due to a successful copy, the cancelling of the operation, or a failure.
</summary>
<value>A <see cref="T:System.DateTimeOffset" /> containing the completion time, or <c>null</c> if the operation has not completed.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CopyId">
<MemberSignature Language="C#" Value="public string CopyId { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string CopyId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.CopyId" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CopyId As String" />
<MemberSignature Language="F#" Value="member this.CopyId : string" Usage="Microsoft.Azure.Storage.File.CopyState.CopyId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ID of the copy operation.
</summary>
<value>A copy ID string.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DestinationSnapshotTime">
<MemberSignature Language="C#" Value="public DateTimeOffset? DestinationSnapshotTime { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTimeOffset> DestinationSnapshotTime" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.DestinationSnapshotTime" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DestinationSnapshotTime As Nullable(Of DateTimeOffset)" />
<MemberSignature Language="F#" Value="member this.DestinationSnapshotTime : Nullable<DateTimeOffset>" Usage="Microsoft.Azure.Storage.File.CopyState.DestinationSnapshotTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTimeOffset></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the incremental destination snapshot time for the latest incremental copy, if present.
</summary>
<value>A <see cref="T:System.DateTimeOffset" /> containing the destination snapshot time for the latest
incremental copy, or <c>null</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Source">
<MemberSignature Language="C#" Value="public Uri Source { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri Source" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.Source" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Source As Uri" />
<MemberSignature Language="F#" Value="member this.Source : Uri" Usage="Microsoft.Azure.Storage.File.CopyState.Source" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the source URI of a copy operation.
</summary>
<value>A <see cref="T:System.Uri" /> indicating the source of a copy operation, or <c>null</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Status">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Storage.File.CopyStatus Status { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Azure.Storage.File.CopyStatus Status" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.Status" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Status As CopyStatus" />
<MemberSignature Language="F#" Value="member this.Status : Microsoft.Azure.Storage.File.CopyStatus" Usage="Microsoft.Azure.Storage.File.CopyState.Status" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Storage.File.CopyStatus</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the status of the copy operation.
</summary>
<value>A <see cref="T:Microsoft.Azure.Storage.File.CopyStatus" /> enumeration indicating the status of the operation.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StatusDescription">
<MemberSignature Language="C#" Value="public string StatusDescription { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string StatusDescription" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.StatusDescription" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property StatusDescription As String" />
<MemberSignature Language="F#" Value="member this.StatusDescription : string" Usage="Microsoft.Azure.Storage.File.CopyState.StatusDescription" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the description of the current status, if any.
</summary>
<value>A status description string, or <c>null</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TotalBytes">
<MemberSignature Language="C#" Value="public long? TotalBytes { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int64> TotalBytes" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Storage.File.CopyState.TotalBytes" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property TotalBytes As Nullable(Of Long)" />
<MemberSignature Language="F#" Value="member this.TotalBytes : Nullable<int64>" Usage="Microsoft.Azure.Storage.File.CopyState.TotalBytes" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Storage.File</AssemblyName>
<AssemblyVersion>11.2.3.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Int64></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the total number of bytes in the source of the copy.
</summary>
<value>The number of bytes in the source, or <c>null</c>.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>