PostgreSqlFlexibleServerLtrBackupResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for the LTR backup API call.
public class PostgreSqlFlexibleServerLtrBackupResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerLtrBackupResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerLtrBackupResult>
type PostgreSqlFlexibleServerLtrBackupResult = class
interface IJsonModel<PostgreSqlFlexibleServerLtrBackupResult>
interface IPersistableModel<PostgreSqlFlexibleServerLtrBackupResult>
Public Class PostgreSqlFlexibleServerLtrBackupResult
Implements IJsonModel(Of PostgreSqlFlexibleServerLtrBackupResult), IPersistableModel(Of PostgreSqlFlexibleServerLtrBackupResult)
- Inheritance
-
PostgreSqlFlexibleServerLtrBackupResult
- Implements
Properties
BackupMetadata |
Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc. |
BackupName |
Name of Backup operation. |
DatasourceSizeInBytes |
Size of datasource in bytes. |
DataTransferredInBytes |
Data transferred in bytes. |
EndOn |
End time of the operation. |
ErrorCode |
The error code. |
ErrorMessage |
The error message. |
PercentComplete |
PercentageCompleted. |
StartOn |
Start time of the operation. |
Status |
Service-set extensible enum indicating the status of operation. |
Explicit Interface Implementations
IJsonModel<PostgreSqlFlexibleServerLtrBackupResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PostgreSqlFlexibleServerLtrBackupResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PostgreSqlFlexibleServerLtrBackupResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PostgreSqlFlexibleServerLtrBackupResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PostgreSqlFlexibleServerLtrBackupResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET