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 SourceAllowNullHeader
Determines whether messages with no header are allowed.
Declaration
public readonly bool? AllowNullHeader
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 |
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 |