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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for JavaScript