Geoserver REST API Store
Geoserver REST API Store
Super class
geosapi::GSRESTResource
-> GSAbstractStore
Public fields
full
whether store object is fully described
name
store name
enabled
if the store is enabled or not
description
store description
type
store type
workspace
workspace name
Methods
Inherited methods
Method new()
initializes an abstract store
Usage
GSAbstractStore$new(
xml = NULL,
storeType,
type = NULL,
name = NULL,
description = "",
enabled = TRUE
)