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

Example

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