Uses of Class
com.azure.analytics.purview.datamap.models.AtlasStruct
Packages that use AtlasStruct
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasStruct in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasStructModifier and TypeMethodDescriptionstatic AtlasStructAtlasStruct.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasStruct from the JsonReader.AtlasRelatedObjectId.getRelationshipAttributes()Get the relationshipAttributes property: Captures details of struct contents.AtlasStruct.setAttributes(Map<String, com.azure.core.util.BinaryData> attributes) Set the attributes property: The attributes of the struct.AtlasStruct.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasStruct.setTypeName(String typeName) Set the typeName property: The name of the type.Methods in com.azure.analytics.purview.datamap.models with parameters of type AtlasStructModifier and TypeMethodDescriptionAtlasRelatedObjectId.setRelationshipAttributes(AtlasStruct relationshipAttributes) Set the relationshipAttributes property: Captures details of struct contents.