Skip to main content

StorageListParams

Namespace: Busy.Bar

Directory path to list.

public sealed record class StorageListParams : System.IEquatable`1[[Busy.Bar.StorageListParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → StorageListParams
Implements IEquatable<StorageListParams>
Attributes NullableContextAttribute, NullableAttribute

Properties

Path

Path, under /ext, of the directory to list.

public string Path { get; init; }

Property Value

String

Constructors

StorageListParams(String)

Directory path to list.

public StorageListParams(string Path)

Parameters

Path String
Path, under /ext, of the directory to list.