public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkDashVectorParameters() |
@NameInMap(value="ApiKey") public String apiKey
The API key that you want to create in the DashVector console.
example:Q34nExQH7sQ****
@NameInMap(value="Collection") public String collection
The collection name.
example:collection1
@NameInMap(value="DashVectorSchemaParameters") public List<UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersDashVectorSchemaParameters> dashVectorSchemaParameters
The parameters in the Schema field of the table when data is inserted into DashVector. After the event content is transformed, the data must be in JSON format.
@NameInMap(value="InstanceId") public String instanceId
The ID of the DashVector instance.
example:vrs-cn-lbj3ru1***
@NameInMap(value="Network") public String network
The network type. Valid values:
PublicNetwork
@NameInMap(value="Operation") public String operation
The type of operation that you want to perform on the DashVector database. Valid values:
Upsert
@NameInMap(value="Partition") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPartition partition
The partition. Default value: default.
@NameInMap(value="PrimaryKeyId") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId primaryKeyId
The ID of the primary key that you want to use when you insert or delete records. If you do not specify this parameter, a random primary key ID is returned.
@NameInMap(value="Vector") public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector vector
The vector that is recorded when data is inserted into DashVector.
public UpdateEventStreamingRequestSinkSinkDashVectorParameters()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setApiKey(String apiKey)
public String getApiKey()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setCollection(String collection)
public String getCollection()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setDashVectorSchemaParameters(List<UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersDashVectorSchemaParameters> dashVectorSchemaParameters)
public List<UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersDashVectorSchemaParameters> getDashVectorSchemaParameters()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setInstanceId(String instanceId)
public String getInstanceId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setNetwork(String network)
public String getNetwork()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setOperation(String operation)
public String getOperation()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setPartition(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPartition partition)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPartition getPartition()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setPrimaryKeyId(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId primaryKeyId)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersPrimaryKeyId getPrimaryKeyId()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParameters setVector(UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector vector)
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector getVector()
Copyright © 2026. All rights reserved.