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

Example

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