ProjectBucketConfigIndexConfig

data class ProjectBucketConfigIndexConfig(val fieldPath: String, val type: String)

Constructors

Link copied to clipboard
constructor(fieldPath: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The LogEntry field path to index. Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.

Link copied to clipboard

The type of data in this index. Allowed types include INDEX_TYPE_UNSPECIFIED, INDEX_TYPE_STRING and INDEX_TYPE_INTEGER.