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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript