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

Example

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