| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.clone() |
ExportContext.BakExportOptions |
ExportContext.getBakExportOptions()
Options for exporting BAK files (SQL Server-only)
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.set(String fieldName,
Object value) |
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setBakType(String bakType)
Type of this bak file will be export, FULL or DIFF, SQL Server only
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setCopyOnly(Boolean copyOnly)
Deprecated: copy_only is deprecated.
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setDifferentialBase(Boolean differentialBase)
Whether or not the backup can be used as a differential base copy_only backup can not be served
as differential base
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setExportLogEndTime(String exportLogEndTime)
Optional.
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setExportLogStartTime(String exportLogStartTime)
Optional.
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setStripeCount(Integer stripeCount)
Option for specifying how many stripes to use for the export.
|
ExportContext.BakExportOptions |
ExportContext.BakExportOptions.setStriped(Boolean striped)
Whether or not the export should be striped.
|
| Modifier and Type | Method and Description |
|---|---|
ExportContext |
ExportContext.setBakExportOptions(ExportContext.BakExportOptions bakExportOptions)
Options for exporting BAK files (SQL Server-only)
|
Copyright © 2011–2025 Google. All rights reserved.