Show / Hide Table of Contents

Class Bucket.LoggingData

The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.

Inheritance
object
Bucket.LoggingData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX