ResearchScienceSearchVersionClusterInfo

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchVersionClusterInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Stores the information about each cluster of versions. Versions are defined in go/s2-versioning. Next available tag: 4

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. indexInVersionCluster (type: integer(), default: nil)
    - Index of this dataset in its cluster of versions.
  2. numVersions (type: integer(), default: nil)
    - The number of versions in a Version Cluster. This is equivalent to cluster size.
  3. versionClusterId (type: String.t, default: nil)
    - A fingerprint id of the cluster of versions this dataset belongs to. This is a hash of a dataset_id in the cluster.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchVersionClusterInfo{
indexInVersionCluster: integer() | nil,
numVersions: integer() | nil,
versionClusterId: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchVersionClusterInfo