IoFilterInfo

IoFilterInfo
IoFilterInfo

Information about an IO Filter.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "name": "string",
    "vendor": "string",
    "version": "string",
    "type": "string",
    "summary": "string",
    "releaseDate": "string"
}
string
id
Required

IO Filter identifier.

string
name
Required

Name of the IO Filter.

string
vendor
Required

Vendor of the IO Filter.

string
version
Required

Version of the IO Filter.

string
type
Optional

Type of the IO Filter.

The set of possible values are listed in IoFilterTypeEnum. The property is unset if the information is not available.

string
summary
Optional

Short description of the IO Filter.

The property is unset if the information is not available.

string
releaseDate
Optional

Release date of the IO Filter.

The property is unset if the information is not available.