LtrServerBackupOperation interface   
Response for the LTR backup Operation API call
- Extends
Properties
| backup | 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 | 
| backup | Name of Backup operation | 
| datasource | Size of datasource in bytes | 
| data | Data transferred in bytes | 
| end | End time of the operation. | 
| error | The error code. NOTE: This property will not be serialized. It can only be populated by the server. | 
| error | The error message. NOTE: This property will not be serialized. It can only be populated by the server. | 
| percent | PercentageCompleted | 
| start | Start time of the operation. | 
| status | Service-set extensible enum indicating the status of operation | 
Inherited Properties
| id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. | 
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. | 
| system | Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. | 
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		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
backupMetadata?: stringProperty Value
string
		backupName
	 
	Name of Backup operation
backupName?: stringProperty Value
string
		datasourceSizeInBytes
	  
	Size of datasource in bytes
datasourceSizeInBytes?: numberProperty Value
number
		dataTransferredInBytes
	  
	Data transferred in bytes
dataTransferredInBytes?: numberProperty Value
number
		endTime
	 
	End time of the operation.
endTime?: DateProperty Value
Date
		errorCode
	 
	The error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: stringProperty Value
string
		errorMessage
	 
	The error message. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: stringProperty Value
string
		percentComplete
	 
	PercentageCompleted
percentComplete?: numberProperty Value
number
		startTime
	 
	Start time of the operation.
startTime?: DateProperty Value
Date
status
Service-set extensible enum indicating the status of operation
status?: stringProperty Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: stringProperty Value
string
Inherited From ProxyResource.name
		systemData
	 
	Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemDataProperty Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: stringProperty Value
string
Inherited From ProxyResource.type