Enum CommandStatementIngest.Types.TableDefinitionOptions.Types.TableNotExistOption
The action to take if the target table does not exist
public enum CommandStatementIngest.Types.TableDefinitionOptions.Types.TableNotExistOption
Fields
[OriginalName("TABLE_NOT_EXIST_OPTION_CREATE")] Create = 1Create the table if it does not exist
[OriginalName("TABLE_NOT_EXIST_OPTION_FAIL")] Fail = 2Fail if the table does not exist
[OriginalName("TABLE_NOT_EXIST_OPTION_UNSPECIFIED")] Unspecified = 0Do not use. Servers should error if this is specified by a client.