Search Results for

    Show / Hide Table of Contents

    Class RecalculateFileInformationRequest

    Inheritance
    object
    RecalculateFileInformationRequest
    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 RecalculateFileInformationRequest

    Properties

    ContentIds

    List of Content IDs you want to filter on.

    Declaration
    [JsonProperty("contentIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> ContentIds { get; set; }
    Property Value
    ICollection<string>

    CreatedAfter

    Set to filter on creation date.

    Declaration
    [JsonProperty("createdAfter", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime? CreatedAfter { get; set; }
    Property Value
    DateTime?

    CreatedBefore

    Set to filter on creation date.

    Declaration
    [JsonProperty("createdBefore", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime? CreatedBefore { get; set; }
    Property Value
    DateTime?

    OutputFormatIds

    The IDs of the output formats you want to filter on.

    Declaration
    [JsonProperty("outputFormatIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> OutputFormatIds { get; set; }
    Property Value
    ICollection<string>

    SkipHashCalculation

    Skip hash calculation (only fix file size)

    Declaration
    [JsonProperty("skipHashCalculation", Required = Required.Always)]
    public bool SkipHashCalculation { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

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

    Returns
    RecalculateFileInformationRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX