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

Example

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