antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NewAccessLogEntryReadInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**parameters** | **std::collections::HashMap<String, String>** | the client-specified parameters representing the user on whose behalf this read is being carried out. Valid only for operation = read  | 
**allowed_tags** | [**models::TagSummary**]TagSummary.md |  | 
**redacted_tags** | [**models::TagSummary**]TagSummary.md |  | 
**tokenized_tags** | [**models::TagSummary**]TagSummary.md |  | 
**returned_records** | **i32** | the number of records returned by the read, including those with allowed, redacted or tokenized spans  | 
**filtered_records** | **i32** | the number of records that were completely filtered out during the read operation  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)