D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

RegisterFileSetRequest Data Type

Properties
name data type description
streams array of TempFile
fieldDefinitionPath string
attributes map of object
fieldName string
toSetAccess Access
clashOption ClashOptions
parentPath string

Example

{
  "streams" : [ {
    "id" : "...",
    "filename" : "...",
    "url" : "..."
  }, {
    "id" : "...",
    "filename" : "...",
    "url" : "..."
  } ],
  "fieldDefinitionPath" : "...",
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "fieldName" : "...",
  "toSetAccess" : {
    "_policy" : "EMBARGOED",
    "_license" : "..."
  },
  "clashOption" : "REPLACE_EXISTING",
  "parentPath" : "..."
}