File interface
Update file metadata.
Properties
etag | File ETag. |
file |
File identity, generated by server at import time. |
file |
File name. |
hashes | Mapping of hashing algorithm to base64 encoded hash values. |
mime |
File MIME type. |
size |
File size in number of bytes. |
Property Details
etag
File ETag.
etag?: string
Property Value
string
fileId
File identity, generated by server at import time.
fileId: string
Property Value
string
fileName
File name.
fileName: string
Property Value
string
hashes
Mapping of hashing algorithm to base64 encoded hash values.
hashes: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
mimeType
File MIME type.
mimeType?: string
Property Value
string
sizeInBytes
File size in number of bytes.
sizeInBytes: number
Property Value
number
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for JavaScript