Skip to main content

StorageWriteParams

Namespace: Busy.Bar

Target path for a file upload.

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

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

Properties

Path

Destination path, under /ext, for the uploaded file.

public string Path { get; init; }

Property Value

String

Constructors

StorageWriteParams(String)

Target path for a file upload.

public StorageWriteParams(string Path)

Parameters

Path String
Destination path, under /ext, for the uploaded file.