Table of Contents

Class SurveyPackageFileV1Model

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Describes a file that is contained in the package.

public class SurveyPackageFileV1Model
Inheritance
SurveyPackageFileV1Model
Inherited Members

Properties

FileName

The name of the file

[JsonProperty("FileName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FileName { get; set; }

Property Value

string

Md5

The Md5 checksum for the file

[JsonProperty("Md5", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Md5 { get; set; }

Property Value

string

Size

The size of the file

[JsonProperty("Size", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Size { get; set; }

Property Value

long