Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Class and Description |
---|---|
static class |
DXApplet.Describe
Contains metadata for an applet.
|
static class |
DXFile.Describe
Contains metadata for a file.
|
static class |
DXRecord.Describe
Contains metadata for a record.
|
static class |
DXWorkflow.Describe
Contains metadata for a workflow.
|
Modifier and Type | Method and Description |
---|---|
DXDataObject.Describe |
DXDataObject.describe()
Returns metadata about the data object.
|
DXDataObject.Describe |
DXDataObject.describe(DXDataObject.DescribeOptions options)
Returns metadata about the data object, specifying which optional fields are to be returned
and what project to obtain project-specific metadata from.
|
DXDataObject.Describe |
DXDataObject.getCachedDescribe()
Returns metadata about the data object, like
DXDataObject.describe() , but without
making an API call. |
Copyright © 2023. All Rights Reserved.