Class DefaultBucket
Spark tier-eligible Cloud Storage bucket. One per project. This resource exists if the underlying Cloud Storage bucket exists and it is linked to your Firebase project. See https://firebase.google.com/pricing for pricing details.
Implements
Inherited Members
Namespace: Google.Apis.Firebasestorage.v1beta.Data
Assembly: Google.Apis.Firebasestorage.v1beta.dll
Syntax
public class DefaultBucket : IDirectResponseSchema
Properties
Bucket
Output only. Underlying bucket resource.
Declaration
[JsonProperty("bucket")]
public virtual Bucket Bucket { get; set; }
Property Value
Type | Description |
---|---|
Bucket |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Immutable. Location of the default bucket.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Resource name of the default bucket.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageClass
Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.
Declaration
[JsonProperty("storageClass")]
public virtual string StorageClass { get; set; }
Property Value
Type | Description |
---|---|
string |