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

Example

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