Class: NamespaceConfig
Represents a NamespaceConfig.
Properties
badBinaries
• Optional badBinaries: null | $Properties
NamespaceConfig badBinaries.
customSearchAttributeAliases
• customSearchAttributeAliases: Object
Map from field name to alias.
Index signature
▪ [k: string]: string
historyArchivalState
• historyArchivalState: ArchivalState
If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
historyArchivalUri
• historyArchivalUri: string
NamespaceConfig historyArchivalUri.
visibilityArchivalState
• visibilityArchivalState: ArchivalState
If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
visibilityArchivalUri
• visibilityArchivalUri: string
NamespaceConfig visibilityArchivalUri.
workflowExecutionRetentionTtl
• Optional workflowExecutionRetentionTtl: null | $Properties
NamespaceConfig workflowExecutionRetentionTtl.
Methods
toJSON
▸ toJSON(): Object
Converts this NamespaceConfig to JSON.
Returns
Object
JSON object
create
▸ create(properties?): NamespaceConfig & $Properties
Creates a new NamespaceConfig instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
NamespaceConfig instance
▸ create(properties?): NamespaceConfig
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): NamespaceConfig & $Properties
Decodes a NamespaceConfig message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
NamespaceConfig
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): NamespaceConfig & $Properties
Decodes a NamespaceConfig message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
NamespaceConfig
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified NamespaceConfig message. Does not implicitly temporal.api.namespace.v1.NamespaceConfig.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NamespaceConfig message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified NamespaceConfig message, length delimited. Does not implicitly temporal.api.namespace.v1.NamespaceConfig.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NamespaceConfig message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): NamespaceConfig
Creates a NamespaceConfig message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
NamespaceConfig
toObject
▸ toObject(message, options?): Object
Creates a plain object from a NamespaceConfig message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | NamespaceConfig | NamespaceConfig |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object