Uses of Class
com.azure.analytics.purview.datamap.models.AtlasAttributeDef
Packages that use AtlasAttributeDef
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasAttributeDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasAttributeDefModifier and TypeMethodDescriptionstatic AtlasAttributeDefAtlasAttributeDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasAttributeDef from the JsonReader.AtlasAttributeDef.setCardinality(CardinalityValue cardinality) Set the cardinality property: single-valued attribute or multi-valued attribute.AtlasAttributeDef.setConstraints(List<AtlasConstraintDef> constraints) Set the constraints property: An array of constraints.AtlasAttributeDef.setDefaultValue(String defaultValue) Set the defaultValue property: The default value of the attribute.AtlasAttributeDef.setDescription(String description) Set the description property: The description of the attribute.AtlasAttributeDef.setIncludeInNotification(Boolean includeInNotification) Set the includeInNotification property: Determines if it is included in notification.AtlasAttributeDef.setIsIndexable(Boolean isIndexable) Set the isIndexable property: Determines if it is indexable.AtlasAttributeDef.setIsOptional(Boolean isOptional) Set the isOptional property: Determines if it is optional.AtlasAttributeDef.setIsUnique(Boolean isUnique) Set the isUnique property: Determines if it unique.Set the name property: The name of the attribute.AtlasAttributeDef.setOptions(Map<String, String> options) Set the options property: The options for the attribute.AtlasAttributeDef.setTypeName(String typeName) Set the typeName property: The name of the type.AtlasAttributeDef.setValuesMaxCount(Integer valuesMaxCount) Set the valuesMaxCount property: The maximum count of the values.AtlasAttributeDef.setValuesMinCount(Integer valuesMinCount) Set the valuesMinCount property: The minimum count of the values.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasAttributeDefModifier and TypeMethodDescriptionAtlasBusinessMetadataDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.AtlasClassificationDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.AtlasEntityDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.AtlasRelationshipDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.AtlasStructDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.AtlasTypeDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.TermTemplateDef.getAttributeDefs()Get the attributeDefs property: An array of attribute definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasAttributeDefModifier and TypeMethodDescriptionAtlasBusinessMetadataDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasClassificationDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasEntityDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasRelationshipDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasStructDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.TermTemplateDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.