public static final class ExportContext.BakExportOptions
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BakExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExportContext.BakExportOptions |
clone() |
String |
getBakType()
Type of this bak file will be export, FULL or DIFF, SQL Server only
|
Boolean |
getCopyOnly()
Deprecated: copy_only is deprecated.
|
Boolean |
getDifferentialBase()
Whether or not the backup can be used as a differential base copy_only backup can not be served
as differential base
|
String |
getExportLogEndTime()
Optional.
|
String |
getExportLogStartTime()
Optional.
|
Integer |
getStripeCount()
Option for specifying how many stripes to use for the export.
|
Boolean |
getStriped()
Whether or not the export should be striped.
|
ExportContext.BakExportOptions |
set(String fieldName,
Object value) |
ExportContext.BakExportOptions |
setBakType(String bakType)
Type of this bak file will be export, FULL or DIFF, SQL Server only
|
ExportContext.BakExportOptions |
setCopyOnly(Boolean copyOnly)
Deprecated: copy_only is deprecated.
|
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 |
setExportLogEndTime(String exportLogEndTime)
Optional.
|
ExportContext.BakExportOptions |
setExportLogStartTime(String exportLogStartTime)
Optional.
|
ExportContext.BakExportOptions |
setStripeCount(Integer stripeCount)
Option for specifying how many stripes to use for the export.
|
ExportContext.BakExportOptions |
setStriped(Boolean striped)
Whether or not the export should be striped.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBakType()
null for nonepublic ExportContext.BakExportOptions setBakType(String bakType)
bakType - bakType or null for nonepublic Boolean getCopyOnly()
null for nonepublic ExportContext.BakExportOptions setCopyOnly(Boolean copyOnly)
copyOnly - copyOnly or null for nonepublic Boolean getDifferentialBase()
null for nonepublic ExportContext.BakExportOptions setDifferentialBase(Boolean differentialBase)
differentialBase - differentialBase or null for nonepublic String getExportLogEndTime()
null for nonepublic ExportContext.BakExportOptions setExportLogEndTime(String exportLogEndTime)
exportLogEndTime - exportLogEndTime or null for nonepublic String getExportLogStartTime()
null for nonepublic ExportContext.BakExportOptions setExportLogStartTime(String exportLogStartTime)
exportLogStartTime - exportLogStartTime or null for nonepublic Integer getStripeCount()
null for nonepublic ExportContext.BakExportOptions setStripeCount(Integer stripeCount)
stripeCount - stripeCount or null for nonepublic Boolean getStriped()
null for nonepublic ExportContext.BakExportOptions setStriped(Boolean striped)
striped - striped or null for nonepublic ExportContext.BakExportOptions set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ExportContext.BakExportOptions clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.