| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
SqlServerAuditConfig |
SqlServerAuditConfig.clone() |
SqlServerAuditConfig |
Settings.getSqlServerAuditConfig()
SQL Server specific audit configuration.
|
SqlServerAuditConfig |
SqlServerAuditConfig.set(String fieldName,
Object value) |
SqlServerAuditConfig |
SqlServerAuditConfig.setBucket(String bucket)
The name of the destination bucket (e.g., gs://mybucket).
|
SqlServerAuditConfig |
SqlServerAuditConfig.setKind(String kind)
This is always sql#sqlServerAuditConfig
|
SqlServerAuditConfig |
SqlServerAuditConfig.setRetentionInterval(String retentionInterval)
How long to keep generated audit files.
|
SqlServerAuditConfig |
SqlServerAuditConfig.setUploadInterval(String uploadInterval)
How often to upload generated audit files.
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.setSqlServerAuditConfig(SqlServerAuditConfig sqlServerAuditConfig)
SQL Server specific audit configuration.
|
Copyright © 2011–2023 Google. All rights reserved.