Show / Hide Table of Contents

Class ConfigureSearchRequest

Request to configure the search parameters for the specified FHIR store.

Inheritance
object
ConfigureSearchRequest
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 ConfigureSearchRequest : IDirectResponseSchema

Properties

CanonicalUrls

The canonical URLs of the search parameters that are intended to be used for the FHIR store. See https://www.hl7.org/fhir/references.html#canonical for explanation on FHIR canonical urls

Declaration
[JsonProperty("canonicalUrls")]
public virtual IList<string> CanonicalUrls { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

ValidateOnly

If validate_only is set to true, the method will compile all the search parameters without actually setting the search config for the store and triggering the reindex.

Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX