Show / Hide Table of Contents

Class Hl7StoreParserConfig

Inheritance
System.Object
Hl7StoreParserConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Healthcare.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class Hl7StoreParserConfig

Fields

View Source

AllowNullHeader

Determines whether messages with no header are allowed.

Declaration
public readonly bool? AllowNullHeader
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Schema

JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.

Declaration
public readonly string Schema
Field Value
Type Description
System.String
View Source

SegmentTerminator

Byte(s) to be used as the segment terminator. If this is unset, '\r' will be used as segment terminator. A base64-encoded string.

Declaration
public readonly string SegmentTerminator
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.