Class TimePartitioning
Configuration for FHIR BigQuery time-partitioned tables.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class TimePartitioning : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpirationMs
Number of milliseconds for which to keep the storage for a partition.
Declaration
[JsonProperty("expirationMs")]
public virtual long? ExpirationMs { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
Type of partitioning.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |