Table of Contents

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

filePath string
offset long
length long

Properties

FilePath

public string FilePath { get; }

Property Value

string

Length

public long Length { get; }

Property Value

long

Offset

public long Offset { get; }

Property Value

long