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