Table of Contents

Class DicSyncInfoElement

Namespace
JJMasterData.WebApi.Models
Assembly
JJMasterData.WebApi.dll
public class DicSyncInfoElement
Inheritance
DicSyncInfoElement
Inherited Members

Properties

Name

Dicionary Name

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

ProcessMilliseconds

Executing time in milliseconds

[JsonPropertyName("processMilliseconds")]
public double ProcessMilliseconds { get; set; }

Property Value

double

RecordSize

Count command return

[JsonPropertyName("recordSize")]
public int RecordSize { get; set; }

Property Value

int