Class DownloadArgsType
Inheritance
object
DownloadArgsType
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("downloadArgsType")]
public class DownloadArgsType
Properties
|
Edit this page
View Source
AnyArg
Declaration
[JsonProperty("any")]
public ICollection<AnyArgType> AnyArg { get; set; }
Property Value
|
Edit this page
View Source
CompleteTime
Declaration
[JsonProperty("cpt")]
public DateTimeOffset CompleteTime { get; set; }
Property Value
|
Edit this page
View Source
DelaySeconds
Declaration
[JsonProperty("dss")]
public long DelaySeconds { get; set; }
Property Value
|
Edit this page
View Source
FileType
Declaration
[JsonProperty("ftyp")]
public string FileType { get; set; }
Property Value
|
Edit this page
View Source
Filesize
Declaration
[JsonProperty("fsi")]
public long Filesize { get; set; }
Property Value
|
Edit this page
View Source
Password
Declaration
[JsonProperty("pwd")]
public string Password { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[JsonProperty("stt")]
public DateTimeOffset StartTime { get; set; }
Property Value
|
Edit this page
View Source
SuccessURL
Declaration
[JsonProperty("surl")]
public string SuccessURL { get; set; }
Property Value
|
Edit this page
View Source
TargetFile
Declaration
[JsonProperty("tgf")]
public string TargetFile { get; set; }
Property Value
|
Edit this page
View Source
URL
Declaration
[JsonProperty("url")]
public string URL { get; set; }
Property Value
|
Edit this page
View Source
Username
Declaration
[JsonProperty("unm")]
public string Username { get; set; }
Property Value