|
29406 | 29406 | Initializes a new instance of the <see cref="T:Microsoft.WindowsAzure.Storage.OperationContext"/> class. |
29407 | 29407 | </summary> |
29408 | 29408 | </member> |
| 29409 | + <member name="P:Microsoft.WindowsAzure.Storage.OperationContext.Proxy"> |
| 29410 | + <summary> |
| 29411 | + Gets or sets proxy information for the request. |
| 29412 | + </summary> |
| 29413 | + </member> |
29409 | 29414 | <member name="P:Microsoft.WindowsAzure.Storage.OperationContext.UserHeaders"> |
29410 | 29415 | <summary> |
29411 | 29416 | Gets or sets additional headers on the request, for example, for proxy or logging information. |
|
32183 | 32188 | </summary> |
32184 | 32189 | <value>A string containing the container's quoted ETag value.</value> |
32185 | 32190 | </member> |
| 32191 | + <member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobContainerProperties.HasImmutabilityPolicy"> |
| 32192 | + <summary> |
| 32193 | + Gets the HasImmutabilityPolicy value for the container. |
| 32194 | + </summary> |
| 32195 | + <value>True if the container has an immutability policy, or False if not. The value may be null.</value> |
| 32196 | + </member> |
| 32197 | + <member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobContainerProperties.HasLegalHold"> |
| 32198 | + <summary> |
| 32199 | + Gets the HasLegalHold value for the container. |
| 32200 | + </summary> |
| 32201 | + <value>True if the container has legal hold, or False if not. The value may be null.</value> |
| 32202 | + </member> |
32186 | 32203 | <member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobContainerProperties.LastModified"> |
32187 | 32204 | <summary> |
32188 | 32205 | Gets the container's last-modified time. |
|
32432 | 32449 | </summary> |
32433 | 32450 | <value>A string containing the blob's ETag value.</value> |
32434 | 32451 | </member> |
| 32452 | + <member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobProperties.Created"> |
| 32453 | + <summary> |
| 32454 | + Gets the the creation time for the blob, expressed as a UTC value. |
| 32455 | + </summary> |
| 32456 | + <value>A <see cref="T:System.DateTimeOffset"/> containing the blob's creation time, in UTC format.</value> |
| 32457 | + </member> |
32435 | 32458 | <member name="P:Microsoft.WindowsAzure.Storage.Blob.BlobProperties.LastModified"> |
32436 | 32459 | <summary> |
32437 | 32460 | Gets the the last-modified time for the blob, expressed as a UTC value. |
|
38204 | 38227 | XML element for the ETag. |
38205 | 38228 | </summary> |
38206 | 38229 | </member> |
| 38230 | + <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.CreationTimeElement"> |
| 38231 | + <summary> |
| 38232 | + XML element for the creation date. |
| 38233 | + </summary> |
| 38234 | + </member> |
38207 | 38235 | <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.LastModifiedElement"> |
38208 | 38236 | <summary> |
38209 | 38237 | XML element for the last modified date. |
|
38429 | 38457 | XML element for blob types. |
38430 | 38458 | </summary> |
38431 | 38459 | </member> |
| 38460 | + <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HasImmutabilityPolicyElement"> |
| 38461 | + <summary> |
| 38462 | + XML element for immutability policy. |
| 38463 | + </summary> |
| 38464 | + </member> |
| 38465 | + <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HasLegalHoldElement"> |
| 38466 | + <summary> |
| 38467 | + XML element for legal hold. |
| 38468 | + </summary> |
| 38469 | + </member> |
38432 | 38470 | <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.LeaseStatusElement"> |
38433 | 38471 | <summary> |
38434 | 38472 | XML element for the lease status. |
@@ -38779,11 +38817,26 @@ |
38779 | 38817 | Header that specifies content language. |
38780 | 38818 | </summary> |
38781 | 38819 | </member> |
| 38820 | + <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.CreationTimeHeader"> |
| 38821 | + <summary> |
| 38822 | + Header that specifies the creation time value for the resource. |
| 38823 | + </summary> |
| 38824 | + </member> |
38782 | 38825 | <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.EtagHeader"> |
38783 | 38826 | <summary> |
38784 | 38827 | Header that specifies the ETag value for the resource. |
38785 | 38828 | </summary> |
38786 | 38829 | </member> |
| 38830 | + <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.HasImmutabilityPolicyHeader"> |
| 38831 | + <summary> |
| 38832 | + Header that specifies the immutability policy value for the resource. |
| 38833 | + </summary> |
| 38834 | + </member> |
| 38835 | + <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.HasLegalHoldHeader"> |
| 38836 | + <summary> |
| 38837 | + Header that specifies the legal hold value for the resource. |
| 38838 | + </summary> |
| 38839 | + </member> |
38787 | 38840 | <member name="F:Microsoft.WindowsAzure.Storage.Shared.Protocol.Constants.HeaderConstants.ServerEncrypted"> |
38788 | 38841 | <summary> |
38789 | 38842 | Header that specifies if a resourse is fully encrypted server-side. |
|
0 commit comments