Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelationshipAttributeDef
Packages that use AtlasRelationshipAttributeDef
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelationshipAttributeDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelationshipAttributeDefModifier and TypeMethodDescriptionAtlasRelationshipAttributeDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelationshipAttributeDef from the JsonReader.AtlasRelationshipAttributeDef.setCardinality(CardinalityValue cardinality) Set the cardinality property: single-valued attribute or multi-valued attribute.AtlasRelationshipAttributeDef.setConstraints(List<AtlasConstraintDef> constraints) Set the constraints property: An array of constraints.AtlasRelationshipAttributeDef.setDefaultValue(String defaultValue) Set the defaultValue property: The default value of the attribute.AtlasRelationshipAttributeDef.setDescription(String description) Set the description property: The description of the attribute.AtlasRelationshipAttributeDef.setIncludeInNotification(Boolean includeInNotification) Set the includeInNotification property: Determines if it is included in notification.AtlasRelationshipAttributeDef.setIsIndexable(Boolean isIndexable) Set the isIndexable property: Determines if it is indexable.AtlasRelationshipAttributeDef.setIsLegacyAttribute(Boolean isLegacyAttribute) Set the isLegacyAttribute property: Determines if it is a legacy attribute.AtlasRelationshipAttributeDef.setIsOptional(Boolean isOptional) Set the isOptional property: Determines if it is optional.AtlasRelationshipAttributeDef.setIsUnique(Boolean isUnique) Set the isUnique property: Determines if it unique.Set the name property: The name of the attribute.AtlasRelationshipAttributeDef.setOptions(Map<String, String> options) Set the options property: The options for the attribute.AtlasRelationshipAttributeDef.setRelationshipTypeName(String relationshipTypeName) Set the relationshipTypeName property: The name of the relationship type.AtlasRelationshipAttributeDef.setTypeName(String typeName) Set the typeName property: The name of the type.AtlasRelationshipAttributeDef.setValuesMaxCount(Integer valuesMaxCount) Set the valuesMaxCount property: The maximum count of the values.AtlasRelationshipAttributeDef.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 AtlasRelationshipAttributeDefModifier and TypeMethodDescriptionAtlasEntityDef.getRelationshipAttributeDefs()Get the relationshipAttributeDefs property: An array of relationship attributes.AtlasTypeDef.getRelationshipAttributeDefs()Get the relationshipAttributeDefs property: An array of relationship attributes.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasRelationshipAttributeDefModifier and TypeMethodDescriptionAtlasEntityDef.setRelationshipAttributeDefs(List<AtlasRelationshipAttributeDef> relationshipAttributeDefs) Set the relationshipAttributeDefs property: An array of relationship attributes.