SystemInfoResponse Model
SystemInfoResponse Model documentation for .NET SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarVersion | string | Semantic version string advertised by the running server. | [optional] |
| Major | int | Major version component parsed from the advertised semantic version. | |
| Minor | int | Minor version component parsed from the advertised semantic version. | |
| Patch | int | Patch version component parsed from the advertised semantic version. | |
| Dirty | bool | Whether the running build reports uncommitted workspace changes. | |
| GitCommit | string | Git commit SHA baked into the build, when available. | [optional] |
| GitDescribe | string | Git describe output baked into the build, when available. | [optional] |
| BuildTime | DateTime | Build timestamp recorded for this server binary, when available. | [optional] |
| Capabilities | Dictionary<string, string> | Optional capability flags or metadata advertised by the running server. | [optional] |