ValidatorOptions: {
    maxContentLength?: number;
    maxFilterAuthorsLength?: number;
    maxFilterGenericTagsLength?: number;
    maxFilterIdsLength?: number;
    maxFilterKindsLength?: number;
    maxFilterSearchStringLength?: number;
    maxNumberOfTags?: number;
    maxSubscriptionIdLength?: number;
    maxTagValueLength?: number;
}

Validator options

Type declaration

  • OptionalmaxContentLength?: number

    maximum length of content. Default: 102400

  • OptionalmaxFilterAuthorsLength?: number

    maximum length of author filter set. Default: 1000

  • OptionalmaxFilterGenericTagsLength?: number

    maximum length of generic tag filter set. Default: 256

  • OptionalmaxFilterIdsLength?: number

    maximum length of id filter set. Default: 1000

  • OptionalmaxFilterKindsLength?: number

    maximum length of kind filter set. Default: 20

  • OptionalmaxFilterSearchStringLength?: number

    maximum length of search string. Default: 256

  • OptionalmaxNumberOfTags?: number

    maximum number of tags. Default: 2000

  • OptionalmaxSubscriptionIdLength?: number

    maximum length of subscription id. Default: 128

  • OptionalmaxTagValueLength?: number

    maximum length of tag value. Default: 1024