1 datamodelsserver EFServerSnapshot
RaidMax edited this page 2023-05-20 22:09:21 -05:00

EFServerSnapshot Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Models.Server
  Data.Models.Server.EFServerSnapshot[[EFServerSnapshot]]
  end
  subgraph Data.Models
  Data.Models.SharedEntity[[SharedEntity]]
  end
Data.Models.SharedEntity --> Data.Models.Server.EFServerSnapshot

Members

Properties

Public properties

Type Name Methods
DateTime CapturedAt get, set
int ClientCount get, set
Nullable<bool> ConnectionInterrupted get, set
EFMap Map get, set
int MapId get, set
int PeriodBlock
Specifies at which time block during a period the snapshot occured
1:00
EFServer Server get, set
long ServerId get, set
long ServerSnapshotId get, set

Details

Inheritance

Constructors

EFServerSnapshot

public EFServerSnapshot()

Properties

ServerSnapshotId

public long ServerSnapshotId { get; set; }

CapturedAt

public DateTime CapturedAt { get; set; }

PeriodBlock

public int PeriodBlock { get; set; }
Summary

Specifies at which time block during a period the snapshot occured | 1:00 | 1:05 | 1:10 | | 5 minutes | 5 minutes | 5 minutes | | 0 | 1 | 2 |

ServerId

public long ServerId { get; set; }

Server

public EFServer Server { get; set; }

MapId

public int MapId { get; set; }

Map

public EFMap Map { get; set; }

ClientCount

public int ClientCount { get; set; }

ConnectionInterrupted

public Nullable<bool> ConnectionInterrupted { get; set; }

Generated with ModularDoc