Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.91 KB

FilepoolPolicyFileMatchingPatternOrCriteriaItemAndCriteriaItem.md

File metadata and controls

18 lines (14 loc) · 1.91 KB

FilepoolPolicyFileMatchingPatternOrCriteriaItemAndCriteriaItem

Properties

Name Type Description Notes
AttributeExists bool Indicates whether the existence of an attribute indicates a match (valid only with 'type' = 'custom_attribute') [optional] [default to null]
BeginsWith bool True to match files recursively under the given path. (valid only with 'type' = 'path') [optional] [default to null]
CaseSensitive bool True to indicate case sensitivity when comparing file attributes (valid only with 'type' = 'name' or 'type' = 'path') [optional] [default to null]
Field string File attribute field name to be compared in a custom comparison (valid only with 'type' = 'custom_attribute') [optional] [default to null]
Operator string The comparison operator to use while comparing an attribute with its value [optional] [default to null]
Type_ string The file attribute to be compared to a given value [default to null]
Units string Size unit value. One of 'B','KB','MB','GB','TB','PB','EB' (valid only with 'type' = 'size') [optional] [default to null]
UseRelativeTime bool Whether time units refer to a calendar date and time (e.g., Jun 3, 2009) or a relative duration (e.g., 2 weeks) (valid only with 'type' in {accessed_time, birth_time, changed_time or metadata_changed_time} [optional] [default to null]
Value string The value to be compared against a file attribute [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]