FileSystemStorageServerOptions

Namespace: Proffer.Storage.FileSystem.Server

Options for a FileSystemStorageServerMiddleware.

public class FileSystemStorageServerOptions

Inheritance ObjectFileSystemStorageServerOptions

Properties

BaseUri

Gets or sets the base URI.

public Uri BaseUri { get; set; }

Property Value

Uri

EndpointPath

Gets or sets the endpoint path.

public PathString EndpointPath { get; set; }

Property Value

PathString

SigningKey

Gets or sets the signing key.

public Byte[] SigningKey { get; set; }

Property Value

Byte[]

Constructors

FileSystemStorageServerOptions()

public FileSystemStorageServerOptions()