Class CustomerSettings
Inheritance
CustomerSettings
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CustomerSettings
Properties
Desired maintenance schedule and blocking periods
Declaration
[JsonProperty("desiredMaintenance", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public MaintenanceWindow DesiredMaintenance { get; set; }
Property Value
Prefix to be used for the zip file created when downloading multiple contents
Declaration
[JsonProperty("downloadPrefixName", Required = Required.Always)]
[Required]
public string DownloadPrefixName { get; set; }
Property Value
Default expiration time as time span that will be applied as default by the UI when creating a new Share
Declaration
[JsonProperty("uiDefaultShareExpirationTime", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TimeSpan? UiDefaultShareExpirationTime { get; set; }
Property Value
Methods
Declaration
public static CustomerSettings FromJson(string data)
Parameters
Returns