public class DatasetSpecificationSummary extends Object
DatasetSpecification. This is returned by the dataset API when getting all dataset instances
in a namespace, as we want to hide some of the more detailed information. If more details are required,
they are available by getting a specific dataset instance, which will return a DatasetMeta object.| Constructor and Description |
|---|
DatasetSpecificationSummary(String name,
String type,
Map<String,String> properties) |
DatasetSpecificationSummary(String name,
String type,
String description,
Map<String,String> properties) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.