azure-docs-sdk-java/docs-ref-autogen/microsoft.servicefabric.dat...

34 строки
1.4 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: microsoft.servicefabric.data.BackupOption.FULL
name: FULL
nameWithType: BackupOption.FULL
summary: <p>A full backup of all state managed by the ReliableStateManager. </p>
uid: microsoft.servicefabric.data.BackupOption.FULL
- fullName: microsoft.servicefabric.data.BackupOption.INCREMENTAL
name: INCREMENTAL
nameWithType: BackupOption.INCREMENTAL
summary: <p>Incremental backup of the replica. i.e. only the changes since the last full or incremental backup will be backed up. </p>
uid: microsoft.servicefabric.data.BackupOption.INCREMENTAL
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;BackupOption&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: microsoft.servicefabric.data.BackupOption.getValue()
name: getValue()
nameWithType: BackupOption.getValue()
returns:
description: <p>enum ordinal. </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: <p>Get the enum ordinal. </p>
syntax: public int getValue()
uid: microsoft.servicefabric.data.BackupOption.getValue()
nameWithType: BackupOption
syntax: public enum BackupOption
uid: microsoft.servicefabric.data.BackupOption
fullName: microsoft.servicefabric.data.BackupOption
name: BackupOption
package: microsoft.servicefabric.data
summary: <p>Indicates the kind of the backup. </p>
metadata: {}