Skip to content

FilesourceDto

Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Represents a filesource registration for MediaMatic operations. Contains connection information and metadata for filesource access.

sealed public

Contents

Constructors (1) | Methods (4) | Properties (9)

Constructors

FilesourceDto

csharp
FilesourceDto()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Id

Gets or sets the unique name identifier for this filesource.

Type: string?

Provider

Gets or sets the file system provider type.

Type: string?

ConnectionString

Gets or sets the connection string for file system access.

Type: string?

DisplayName

Gets or sets the display name for this filesource.

Type: string?

Description

Gets or sets a description of this filesource.

Type: string?

Tags

Gets or sets additional tags for categorizing this filesource.

Type: ICollection<string>?

IsEnabled

Gets or sets a value indicating whether gets or sets whether this filesource is enabled for use.

Type: bool?

CreatedAt

Gets the date and time when this filesource was created.

Type: DateTimeOffset?

UpdatedAt

Gets the date and time when this filesource was last updated.

Type: DateTimeOffset?