Class SqlServerAuditConfig
SQL Server specific audit configuration.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.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 |