google_api_genomics v0.0.1
GoogleApi.Genomics.V1.Model.SearchReferencesRequest
View Source
Attributes
- accessions (List[String]): If present, return references for which a prefix of any of sourceAccessions match any of these strings. Accession numbers typically have a main number and a version, for example `GCF_000001405.26`. Defaults to:
null
.
- md5checksums (List[String]): If present, return references for which the md5checksum matches exactly. Defaults to:
null
.
- pageSize (Integer): The maximum number of results to return in a single page. If unspecified, defaults to 1024. The maximum value is 4096. Defaults to:
null
.
- pageToken (String): The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of `nextPageToken` from the previous response. Defaults to:
null
.
- referenceSetId (String): If present, return only references which belong to this reference set. Defaults to:
null
.