FilesourceConnectivityTestDto
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Result of a filesource connectivity test.
public
Contents
Constructors (1) | Methods (4) | Properties (6)
Constructors
FilesourceConnectivityTestDto
csharp
FilesourceConnectivityTestDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
FilesourceId
Gets or sets the filesource ID that was tested.
Type: string?
Connected
Gets or sets a value indicating whether the connection was successful.
Type: bool?
Provider
Gets or sets the filesource provider name.
Type: string?
FilesourceName
Gets or sets the filesource name if available.
Type: string?
ErrorMessage
Gets or sets any error message if the connection failed.
Type: string?
ResponseTimeMs
Gets or sets the response time in milliseconds.
Type: long?