Search Results for

    Show / Hide Table of Contents

    Class CustomerSettings

    Customer settings

    Inheritance
    object
    CustomerSettings
    CustomerSettingsUpdateRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    DesiredMaintenance

    Desired maintenance schedule and blocking periods

    Declaration
    [JsonProperty("desiredMaintenance", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public MaintenanceWindow DesiredMaintenance { get; set; }
    Property Value
    MaintenanceWindow

    DownloadPrefixName

    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
    string

    UiDefaultShareExpirationTime

    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
    TimeSpan?

    Methods

    FromJson(string)

    Declaration
    public static CustomerSettings FromJson(string data)
    Parameters
    string data

    Returns
    CustomerSettings

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX