BackupServerFileShareJobObject
Property | Type | Attributes | Description |
---|---|---|---|
jobUid | String (uuid) | Read-only | UID assigned to a file share backup job. |
fileServerUid | String (uuid) | Read-only | UID assigned to a file share server. |
name | String | Read-only | Name of a file share. |
sources | Array of subschemas (BackupServerFileJobObjectSource) | Read-only | Processed files and folders. |
lastSession | Subschema (BackupServerFileShareJobObjectLastSession) | Optional | Information about the latest job session. |
BackupServerFileJobObjectSource
Property | Type | Attributes | Description |
---|---|---|---|
path | String | Read-only | Path to a location of protected data. |
type | String | Read-only | Type of protected object. Possible values:
|
inclusionMasks | Array of strings | Read-only | Names and name masks of files that must be included into a backup scope. |
exclusionMasks | Array of strings | Read-only | Names and name masks of files that must be excluded from a backup scope. |
BackupServerFileShareJobObjectLastSession
Property | Type | Attributes | Description |
---|---|---|---|
backupStatus | String | Read-only | Status of a job. Possible values:
|
sourceFilesCount | Integer (int64) | Read-only, nullable | Total number of files in all sources. |
changedFilesCount | Integer (int64) | Read-only, nullable | Number of processed files. |
skippedFilesCount | Integer (int64) | Read-only, nullable | Number of skipped files. |
backedUpFilesCount | Integer (int64) | Read-only, nullable | Number of backed up files. |
transferredSize | Integer (int64) | Read-only, nullable | Total size of backed up file share data. |
sourceSize | Integer (int64) | Read-only, nullable | Total size of all source files. |
duration | Integer (int32) | Read-only, nullable | Time taken to complete the latest job session, in seconds. |
messages | Array of strings | Read-only | Message that is displayed after a job session finishes. |