Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
-
Packages that use FileSystemProperties Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.properties org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type FileSystemProperties Modifier and Type Method Description StringMetadataSourceInterface. createFileSystem(String userId, String externalSourceGUID, String externalSourceName, FileSystemProperties fileSystemProperties)Create information about a File System that is being used to store data files. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return FileSystemProperties Modifier and Type Method Description FileSystemPropertiesFileSystemElement. getFileSystemProperties()Return the properties of the file system.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type FileSystemProperties Modifier and Type Method Description voidFileSystemElement. setFileSystemProperties(FileSystemProperties fileSystemProperties)Set up the properties for the file system. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type FileSystemProperties Constructor Description FileSystemProperties(FileSystemProperties template)Copy/clone constructor. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.datamanager.rest
Subclasses of FileSystemProperties in org.odpi.openmetadata.accessservices.datamanager.rest Modifier and Type Class Description classFileSystemRequestBodyFileSystemProperties describes the root node of a file system.Constructors in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type FileSystemProperties Constructor Description FileSystemRequestBody(FileSystemProperties template)Copy/clone constructor.
-