forked from MicrosoftDocs/azure-docs-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PageBlobCreateIfNotExistsResponse.yml
214 lines (214 loc) · 7.76 KB
/
PageBlobCreateIfNotExistsResponse.yml
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
### YamlMime:TSType
name: PageBlobCreateIfNotExistsResponse
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse'
package: '@azure/storage-blob'
summary: >-
Contains response data for the
[createIfNotExists](xref:@azure/storage-blob.PageBlobClient.createIfNotExists)
operation.
fullName: PageBlobCreateIfNotExistsResponse
remarks: ''
isDeprecated: false
type: interface
properties:
- name: succeeded
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.succeeded'
package: '@azure/storage-blob'
summary: >-
Indicate whether the blob is successfully created. Is false when the blob
is not changed as it already exists.
fullName: succeeded
remarks: ''
isDeprecated: false
syntax:
content: 'succeeded: boolean'
return:
description: ''
type: boolean
inheritedProperties:
- name: clientRequestId
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.clientRequestId'
package: '@azure/storage-blob'
summary: >-
If a client request id header is sent in the request, this header will be
present in the response with the same value.
fullName: clientRequestId
remarks: ''
isDeprecated: false
syntax:
content: 'clientRequestId?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.clientRequestId
- name: contentMD5
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.contentMD5'
package: '@azure/storage-blob'
summary: >-
Represents the numeric values of the MD5 hash hex string. If the blob has
an MD5 hash and the originating operation read the full blob, this response
header is returned so the client can check for message content integrity.
fullName: contentMD5
remarks: 'The bytes are equivalent to the [<code>Convert.FromHexString</code>](/dotnet/api/system.convert.fromhexstring) output.'
isDeprecated: false
syntax:
content: 'contentMD5?: Uint8Array'
return:
description: '16-byte long array of MD5 hash hex string.'
type: Uint8Array
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.contentMD5
- name: date
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.date'
package: '@azure/storage-blob'
summary: >-
UTC date/time value generated by the service that indicates the time at
which the response was initiated
fullName: date
remarks: ''
isDeprecated: false
syntax:
content: 'date?: Date'
return:
description: ''
type: Date
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.date
- name: encryptionKeySha256
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.encryptionKeySha256'
package: '@azure/storage-blob'
summary: >-
The SHA-256 hash of the encryption key used to encrypt the blob. This
header is only returned when the blob was encrypted with a
customer-provided key.
fullName: encryptionKeySha256
remarks: ''
isDeprecated: false
syntax:
content: 'encryptionKeySha256?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.encryptionKeySha256
- name: encryptionScope
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.encryptionScope'
package: '@azure/storage-blob'
summary: >-
Returns the name of the encryption scope used to encrypt the blob contents
and application metadata. Note that the absence of this header implies
use of the default account encryption scope.
fullName: encryptionScope
remarks: ''
isDeprecated: false
syntax:
content: 'encryptionScope?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.encryptionScope
- name: errorCode
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.errorCode'
package: '@azure/storage-blob'
summary: Error Code
fullName: errorCode
remarks: ''
isDeprecated: false
syntax:
content: 'errorCode?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.errorCode
- name: etag
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.etag'
package: '@azure/storage-blob'
summary: >-
The ETag contains a value that you can use to perform operations
conditionally. If the request version is 2011-08-18 or newer, the ETag
value will be in quotes.
fullName: etag
remarks: ''
isDeprecated: false
syntax:
content: 'etag?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.etag
- name: isServerEncrypted
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.isServerEncrypted'
package: '@azure/storage-blob'
summary: >-
The value of this header is set to true if the contents of the request are
successfully encrypted using the specified algorithm, and false otherwise.
fullName: isServerEncrypted
remarks: ''
isDeprecated: false
syntax:
content: 'isServerEncrypted?: boolean'
return:
description: ''
type: boolean
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.isServerEncrypted
- name: lastModified
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.lastModified'
package: '@azure/storage-blob'
summary: >-
Returns the date and time the container was last modified. Any operation
that modifies the blob, including an update of the blob's metadata or
properties, changes the last-modified time of the blob.
fullName: lastModified
remarks: ''
isDeprecated: false
syntax:
content: 'lastModified?: Date'
return:
description: ''
type: Date
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.lastModified
- name: requestId
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.requestId'
package: '@azure/storage-blob'
summary: >-
This header uniquely identifies the request that was made and can be used
for troubleshooting the request.
fullName: requestId
remarks: ''
isDeprecated: false
syntax:
content: 'requestId?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.requestId
- name: version
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.version'
package: '@azure/storage-blob'
summary: >-
Indicates the version of the Blob service used to execute the request.
This header is returned for requests made against version 2009-09-19 and
above.
fullName: version
remarks: ''
isDeprecated: false
syntax:
content: 'version?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.version
- name: versionId
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.versionId'
package: '@azure/storage-blob'
summary: >-
A DateTime value returned by the service that uniquely identifies the
blob. The value of this header indicates the blob version, and may be used
in subsequent requests to access this version of the blob.
fullName: versionId
remarks: ''
isDeprecated: false
syntax:
content: 'versionId?: string'
return:
description: ''
type: string
inheritanceDescription: <b>Inherited From</b> PageBlobCreateResponse.versionId
extends: <xref uid="@azure/storage-blob.PageBlobCreateResponse" />