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
toSetAccess Access
streams array of TempFile
clashOption ClashOptions
attributes map of object
fieldDefinitionPath string
parentPath string
fieldName string

Example

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