public class DatasourcesContent
extends java.lang.Object
implements java.io.Serializable
datasources are the contents of the dataset collection resource.
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
childUriList
List of URIs for data source access in the data source collection.
|
int |
datasourceCount
The number of data sources in the data source collection.
|
java.util.List<java.lang.String> |
datasourceNames
A list of data source names in the data source collection.
|
| Constructor and Description |
|---|
DatasourcesContent() |
public int datasourceCount
The number of data sources in the data source collection.
Default is 0.
public java.util.List<java.lang.String> datasourceNames
A list of data source names in the data source collection.
public java.util.List<java.lang.String> childUriList
List of URIs for data source access in the data source collection.