Interface LogQueryResponseResult.DocumentType

Enclosing class:
LogQueryResponseResult

public static interface LogQueryResponseResult.DocumentType
The type of log entry returned.

**query** indicates that the log represents the results of a call to the single collection **query** method.

**event** indicates that the log represents a call to the **events** API.

  • Field Summary

    Fields
    Modifier and Type Field Description
    static String EVENT
    event.
    static String QUERY
    query.