Show / Hide Table of Contents

Class SchemaConfig

Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.

Inheritance
object
SchemaConfig
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.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class SchemaConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastUpdatedPartitionConfig

The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column.

Declaration
[JsonProperty("lastUpdatedPartitionConfig")]
public virtual TimePartitioning LastUpdatedPartitionConfig { get; set; }
Property Value
Type Description
TimePartitioning

RecursiveStructureDepth

The depth for all recursive structures in the output analytics schema. For example, concept in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called concept.concept but not concept.concept.concept. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.

Declaration
[JsonProperty("recursiveStructureDepth")]
public virtual long? RecursiveStructureDepth { get; set; }
Property Value
Type Description
long?

SchemaType

Specifies the output schema type. Schema type is required.

Declaration
[JsonProperty("schemaType")]
public virtual string SchemaType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX