Table of Contents

Class VersionResponse

Namespace
Quilt4Net.Toolkit.Features.Health
Assembly
Quilt4Net.Toolkit.dll

Response for Version.

public record VersionResponse : IEquatable<VersionResponse>
Inheritance
VersionResponse
Implements
Inherited Members

Properties

Environment

Environment for the application.

public required string Environment { get; init; }

Property Value

string

Examples

Production

IpAddress

Public IP-address for the application.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string IpAddress { get; init; }

Property Value

string

Examples

127.0.0.1

Is64BitProcess

The process runs with 64 bit.

public required bool Is64BitProcess { get; init; }

Property Value

bool

Machine

Name of the machine where the application is running.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Machine { get; init; }

Property Value

string

Examples

Jupiter

Version

Version number.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Version { get; init; }

Property Value

string

Examples

1.0.0.0