Table of Contents

Class DatabaseMoveFile

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

false Info about a file to be moved in a database move.

public class DatabaseMoveFile
Inheritance
DatabaseMoveFile
Inherited Members

Constructors

DatabaseMoveFile(string, long)

Initializes a new instance of the DatabaseMoveFile class. Info about a file to be moved in a database move.

public DatabaseMoveFile(string name, long size)

Parameters

name string

The name of the file.

size long

The size of the file in bytes.

Properties

Name

Gets the name of the file.

public string Name { get; }

Property Value

string

The name of the file.

Size

Gets the size of the file in bytes.

public long Size { get; }

Property Value

long

The size of the file in bytes.