Class SiteConfig
A SiteConfig
contains metadata associated with a specific site that controls Firebase Hosting serving behavior
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class SiteConfig : IDirectResponseSchema
Properties
CloudLoggingEnabled
Whether or not web requests made by site visitors are logged via Cloud Logging.
Declaration
[JsonProperty("cloudLoggingEnabled")]
public virtual bool? CloudLoggingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxVersions
The number of FINALIZED versions that will be held for a site before automatic deletion. When a new version is deployed, content for versions in storage in excess of this number will be deleted, and will no longer be billed for storage usage. Oldest versions will be deleted first; sites are created with an unlimited number of max_versions by default.
Declaration
[JsonProperty("maxVersions")]
public virtual long? MaxVersions { get; set; }
Property Value
Type | Description |
---|---|
long? |