Show / Hide Table of Contents

Class SqlServerAuditConfig

SQL Server specific audit configuration.

Inheritance
object
SqlServerAuditConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SqlServerAuditConfig : IDirectResponseSchema

Properties

Bucket

The name of the destination bucket (e.g., gs://mybucket).

Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

This is always sql#sqlServerAuditConfig

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

RetentionInterval

How long to keep generated audit files.

Declaration
[JsonProperty("retentionInterval")]
public virtual object RetentionInterval { get; set; }
Property Value
Type Description
object

UploadInterval

How often to upload generated audit files.

Declaration
[JsonProperty("uploadInterval")]
public virtual object UploadInterval { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX