Table of Contents

Class DatabaseMoveResponse

Namespace
Geotab.Checkmate.ObjectModel.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

false The results of initializing a database move.

public class DatabaseMoveResponse
Inheritance
DatabaseMoveResponse
Inherited Members

Constructors

DatabaseMoveResponse()

Initializes a new instance of the DatabaseMoveResponse class.Empty public constructor.

public DatabaseMoveResponse()

DatabaseMoveResponse(Guid?, DatabaseMoveFile[], int)

Initializes a new instance of the DatabaseMoveResponse class.Constructs a database move response.

public DatabaseMoveResponse(Guid? key, DatabaseMoveFile[] files, int totalSize)

Parameters

key Guid?

The unique key for this move.

files DatabaseMoveFile[]

The list of files for the database.

totalSize int

The total size of the files (GB).

Properties

Files

Gets or sets the list of files.

public DatabaseMoveFile[]? Files { get; set; }

Property Value

DatabaseMoveFile[]

The list of files.

Key

Gets or sets the unique key for this move.

public Guid? Key { get; set; }

Property Value

Guid?

The unique key for this move.

TotalSize

Gets or sets the total size of the files (GB).

public int TotalSize { get; set; }

Property Value

int

The total size of the files (GB).