Data Version Args
data class DataVersionArgs(val datasetType: Output<Either<String, DatasetType>>? = null, val datastoreId: Output<String>? = null, val description: Output<String>? = null, val isAnonymous: Output<Boolean>? = null, val path: Output<String>, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DataVersionArgs>
Data asset version details.
Properties
Link copied to clipboard
The Format of dataset.
Link copied to clipboard
ARM resource ID of the datastore where the asset is located.
Link copied to clipboard
The asset description text.
Link copied to clipboard
If the name version are system generated (anonymous registration).
Link copied to clipboard
The asset property dictionary.