[]
        
(Showing Draft Content)

C1.Web.Api.Storage.IFileStorage

IFileStorage Interface

The file storage interface.

Namespace: C1.Web.Api.Storage
Assembly: C1.AspNetCore.Api.dll
Syntax
public interface IFileStorage : IStorage
Public Interface IFileStorage
    Inherits IStorage

Properties

Name Description
ReadOnly

Determines whether the specified file is read only.

Methods

Name Description
Delete()

Delete the file from storage.

Read()

Read the file stream.

Write(Stream)

Write a stream to file, if the file already exists, it is overwritten.