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

60 строки
2.7 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: microsoft.servicefabric.data.BackupVersion.BackupVersion(Epoch epoch, long lsn)
name: BackupVersion(Epoch epoch, long lsn)
nameWithType: BackupVersion.BackupVersion(Epoch epoch, long lsn)
parameters:
- description: <p>Epoch at which the backup was taken. </p>
name: epoch
type: <xref href="system.fabric.Epoch?alt=system.fabric.Epoch&text=Epoch" data-throw-if-not-resolved="False"/>
- description: <p>Last committed logical sequence number included in the backup. </p>
name: lsn
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: <p>Creates instance of <xref uid="microsoft.servicefabric.data.BackupVersion" data-throw-if-not-resolved="false" data-raw-source="BackupVersion"></xref></p>
syntax: public BackupVersion(Epoch epoch, long lsn)
uid: microsoft.servicefabric.data.BackupVersion.BackupVersion(Epoch,long)
fields:
- field:
type: final <xref href="microsoft.servicefabric.data.BackupVersion?alt=microsoft.servicefabric.data.BackupVersion&text=BackupVersion" data-throw-if-not-resolved="False"/>
fullName: microsoft.servicefabric.data.BackupVersion.invalidBackupVersion
name: invalidBackupVersion
nameWithType: BackupVersion.invalidBackupVersion
summary: <p>Invalid Backup Version. </p>
syntax: public static final BackupVersion invalidBackupVersion= new BackupVersion(new Epoch(-1, -1), -1)
uid: microsoft.servicefabric.data.BackupVersion.invalidBackupVersion
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: microsoft.servicefabric.data.BackupVersion.getEpoch()
name: getEpoch()
nameWithType: BackupVersion.getEpoch()
returns:
description: <p>The epoch. </p>
type: <xref href="system.fabric.Epoch?alt=system.fabric.Epoch&text=Epoch" data-throw-if-not-resolved="False"/>
summary: >-
<p>Epoch at which the backup was taken.</p>
<p></p>
syntax: public Epoch getEpoch()
uid: microsoft.servicefabric.data.BackupVersion.getEpoch()
- fullName: microsoft.servicefabric.data.BackupVersion.getLsn()
name: getLsn()
nameWithType: BackupVersion.getLsn()
returns:
description: <p>The lsn. </p>
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Last committed logical sequence number included in the backup.</p>
<p></p>
syntax: public long getLsn()
uid: microsoft.servicefabric.data.BackupVersion.getLsn()
nameWithType: BackupVersion
syntax: public class BackupVersion
type: class
uid: microsoft.servicefabric.data.BackupVersion
fullName: microsoft.servicefabric.data.BackupVersion
name: BackupVersion
package: microsoft.servicefabric.data
metadata: {}