Uses of Class
com.azure.analytics.purview.datamap.models.AtlasStructDef
Packages that use AtlasStructDef
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasStructDef in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasStructDefModifier and TypeMethodDescriptionTypeDefinitionClient.getStructById(String guid) Get the struct definition for the given GUID.TypeDefinitionClient.getStructByName(String name) Get the struct definition by its name (unique).Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasStructDefModifier and TypeMethodDescriptionTypeDefinitionAsyncClient.getStructById(String guid) Get the struct definition for the given GUID.TypeDefinitionAsyncClient.getStructByName(String name) Get the struct definition by its name (unique). -
Uses of AtlasStructDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasStructDefModifier and TypeMethodDescriptionstatic AtlasStructDefAtlasStructDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasStructDef from the JsonReader.AtlasStructDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasStructDef.setCategory(TypeCategory category) Set the category property: The enum of type category.AtlasStructDef.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasStructDef.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasStructDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasStructDef.setDescription(String description) Set the description property: The description of the type definition.Set the guid property: The GUID of the type definition.AtlasStructDef.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.Set the name property: The name of the type definition.AtlasStructDef.setOptions(Map<String, String> options) Set the options property: The options for the type definition.AtlasStructDef.setServiceType(String serviceType) Set the serviceType property: The service type.AtlasStructDef.setTypeVersion(String typeVersion) Set the typeVersion property: The version of the type.AtlasStructDef.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasStructDef.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasStructDef.setVersion(Long version) Set the version property: The version of the record.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasStructDefModifier and TypeMethodDescriptionAtlasTypesDef.getStructDefs()Get the structDefs property: An array of struct definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasStructDefModifier and TypeMethodDescriptionAtlasTypesDef.setStructDefs(List<AtlasStructDef> structDefs) Set the structDefs property: An array of struct definitions.