Lines Matching refs:to

39 $params['transform_id'] = (string) The id of the transform to delete
54 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
55 $params['from'] = (int) skips a number of transform configs, defaults to 0
56 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
58 $params['exclude_generated'] = (boolean) Omits generated fields. Allows transform configurations to be easily copied between clusters and within the same cluster (Default = false)
72 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
73 $params['from'] = (number) skips a number of transform stats, defaults to 0
74 $params['size'] = (number) specifies a max number of transform stats to get, defaults to 100
75 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
115 $params['transform_id'] = (string) The id of the transform to start
116 $params['timeout'] = (time) Controls the time to wait for the transform to start
130 $params['transform_id'] = (string) The id of the transform to stop
131 $params['wait_for_completion'] = (boolean) Whether to wait for the transform to fully stop before returning or not. Default to false
132 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
133 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)