Table of Contents

Class ReplicaInfo

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

Information about the Replica servers

public class ReplicaInfo
Inheritance
ReplicaInfo
Inherited Members

Constructors

ReplicaInfo()

public ReplicaInfo()

Properties

Connected

Gets or sets a value indicating whether this server instance is connected (reachable).

public bool Connected { get; set; }

Property Value

bool

true if the server is reachable, false otherwise.

Database

Gets or sets the Database.

public string? Database { get; set; }

Property Value

string

The database name.

Server

Gets or sets the server.

public string? Server { get; set; }

Property Value

string

The server url.