antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
# AccessLogEntryReadInfo

## 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  | 
**read_context** | **String** | A human readable name for a read context | 
**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  | 
**returned_spans** | **i32** | the number of spans that were allowed during the read operation  | 
**filtered_spans** | **i32** | the number of spans that were redacted 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)