Class Bucket
A storage bucket and its relation to a parent Firebase project.
Implements
Inherited Members
Namespace: Google.Apis.Firebasestorage.v1beta.Data
Assembly: Google.Apis.Firebasestorage.v1beta.dll
Syntax
public class Bucket : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name of the bucket.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |