FullMetadata
The full readable metadata returned by TaskSnapshot.metadata
or StorageReference.getMetadata()
.
Properties
cacheControl
</>The 'Cache-Control' HTTP header that will be set on the storage object when it's requested.
cacheControl: string | null;
contentDisposition
</>The 'Content-Disposition' HTTP header that will be set on the storage object when it's requested.
contentDisposition: string | null;
contentEncoding
</>The 'Content-Encoding' HTTP header that will be used on the storage object when it's requested.
contentEncoding: string | null;
contentLanguage
</>The 'Content-Language' HTTP header that will be set on the storage object when it's requested.
contentLanguage: string | null;
contentType
</>The 'Content-Type' HTTP header that will be set on the object when it's requested.
contentType: string | null;
customMetadata
</>Additional user-defined custom metadata for this storage object.
customMetadata: { [key: string]: string } | null;
generation
</>Storage object generation values enable users to uniquely identify data resources, e.g. object versioning.
generation: string;
metageneration
</>Storage object metageneration values enable users to uniquely identify data resources, e.g. object versioning.
metageneration: string;