Class SurveyPackageFileV1Model
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
Md5
The Md5 checksum for the file
[JsonProperty("Md5", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Md5 { get; set; }
Property Value
Size
The size of the file
[JsonProperty("Size", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long Size { get; set; }