| Package | com.tuarua.firebase.storage | 
| Class | public final class StorageMetadata | 
| Inheritance | StorageMetadata    Object | 
| Property | Defined By | ||
|---|---|---|---|
| bucket : String  The name of the bucket containing this object.  | StorageMetadata | ||
| cacheControl : String  Cache-Control directive for the object data.  | StorageMetadata | ||
| contentDisposition : String  Content-Disposition of the object data.  | StorageMetadata | ||
| contentEncoding : String  Content-Encoding of the object data.  | StorageMetadata | ||
| contentLanguage : String  Content-Language of the object data.  | StorageMetadata | ||
| contentType : String  Content-Type of the object data.  | StorageMetadata | ||
| creationTime : Number  The creation time of the object.  | StorageMetadata | ||
| customMetadata : Object  User-provided metadata, in key/value pairs.  | StorageMetadata | ||
| generation : String  The content generation of this object.  | StorageMetadata | ||
| md5Hash : String  MD5 hash of the data; encoded using base64.  | StorageMetadata | ||
| metadataGeneration : String 
     The version of the metadata for this object at this generation.  | StorageMetadata | ||
| name : String  The name of this object, in gs://bucket/path/to/object.txt, this is object.txt.  | StorageMetadata | ||
| path : String  The full path of this object, in gs://bucket/path/to/object.txt, this is path/to/object.txt.  | StorageMetadata | ||
| size : Number  Content-Length of the data in bytes.  | StorageMetadata | ||
| updatedTime : Number  The modification time of the object metadata.  | StorageMetadata | ||
| bucket | property | 
public var bucket:StringThe name of the bucket containing this object.
| cacheControl | property | 
public var cacheControl:StringCache-Control directive for the object data.
| contentDisposition | property | 
public var contentDisposition:StringContent-Disposition of the object data.
| contentEncoding | property | 
public var contentEncoding:StringContent-Encoding of the object data.
| contentLanguage | property | 
public var contentLanguage:StringContent-Language of the object data.
| contentType | property | 
public var contentType:StringContent-Type of the object data.
| creationTime | property | 
public var creationTime:NumberThe creation time of the object.
| customMetadata | property | 
public var customMetadata:ObjectUser-provided metadata, in key/value pairs.
| generation | property | 
public var generation:StringThe content generation of this object. Used for object versioning.
| md5Hash | property | 
public var md5Hash:StringMD5 hash of the data; encoded using base64.
| metadataGeneration | property | 
public var metadataGeneration:StringThe version of the metadata for this object at this generation. Used for preconditions and for detecting changes in metadata. A metageneration number is only meaningful in the context of a particular generation of a particular object.
| name | property | 
public var name:StringThe name of this object, in gs://bucket/path/to/object.txt, this is object.txt.
| path | property | 
public var path:StringThe full path of this object, in gs://bucket/path/to/object.txt, this is path/to/object.txt.
| size | property | 
public var size:NumberContent-Length of the data in bytes.
| updatedTime | property | 
public var updatedTime:NumberThe modification time of the object metadata.