Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SqlServerAuditConfig

import type { SqlServerAuditConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";

SQL Server specific audit configuration.

interface SqlServerAuditConfig {
bucket?: string;
kind?: string;
retentionInterval?: number;
uploadInterval?: number;
}

§Properties

§
bucket?: string
[src]

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

§
kind?: string
[src]

This is always sql#sqlServerAuditConfig

§
retentionInterval?: number
[src]

How long to keep generated audit files.

§
uploadInterval?: number
[src]

How often to upload generated audit files.