Skip to main content

StorageReadParams

Namespace: Busy.Bar

Source path for a file download.

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

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

Properties​

Path​

Path, under /ext, of the file to download.

public string Path { get; init; }

Property Value​

String

Constructors​

StorageReadParams(String)​

Source path for a file download.

public StorageReadParams(string Path)

Parameters​

Path String
Path, under /ext, of the file to download.