Show / Hide Table of Contents

Class TimePartitioning

Configuration for FHIR BigQuery time-partitioned tables.

Inheritance
object
TimePartitioning
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX