name | data type | description |
---|---|---|
name | string | |
ownerName | string | |
searchParameters | SearchParameters | |
searchType | SavedSearchType | |
uiParameters | string | |
Properties inherited from AtlasBaseModelObject |
||
guid | string |
Example
{ "name" : "...", "ownerName" : "...", "searchParameters" : { "attributes" : [ "...", "..." ], "classification" : "...", "entityFilters" : { "attributeName" : "...", "attributeValue" : "...", "condition" : "AND", "criterion" : [ { }, { } ], "operator" : "NOT_NULL" }, "excludeDeletedEntities" : true, "excludeHeaderAttributes" : true, "includeClassificationAttributes" : true, "includeSubClassifications" : true, "includeSubTypes" : true, "limit" : 12345, "marker" : "...", "offset" : 12345, "query" : "...", "relationshipFilters" : { "attributeName" : "...", "attributeValue" : "...", "condition" : "OR", "criterion" : [ { }, { } ], "operator" : "IS_NULL" }, "relationshipName" : "...", "sortBy" : "...", "sortOrder" : "DESCENDING", "tagFilters" : { "attributeName" : "...", "attributeValue" : "...", "condition" : "AND", "criterion" : [ { }, { } ], "operator" : "IS_NULL" }, "termName" : "...", "typeName" : "..." }, "searchType" : "BASIC", "uiParameters" : "...", "guid" : "..." }