Class Bucket.LoggingData
The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.LoggingData
Properties
LogBucket
The destination bucket where the current bucket's logs should be placed.
Declaration
[JsonProperty("logBucket")]
public virtual string LogBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
LogObjectPrefix
A prefix for log object names.
Declaration
[JsonProperty("logObjectPrefix")]
public virtual string LogObjectPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |