Class SaveFileMultipartActionModel
- Namespace
- Fluxzy.Formatters.Producers.ProducerActions.Actions
- Assembly
- Fluxzy.Core.dll
public class SaveFileMultipartActionModel
- Inheritance
-
SaveFileMultipartActionModel
- Inherited Members
Constructors
SaveFileMultipartActionModel(string, long, long)
public SaveFileMultipartActionModel(string filePath, long offset, long length)
Parameters
Properties
FilePath
public string FilePath { get; }
Property Value
Length
public long Length { get; }
Property Value
Offset
public long Offset { get; }