Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.06 KB

force_bigobject.md

File metadata and controls

55 lines (33 loc) · 1.06 KB

force bigobject

Manage big objects

Synopsis

Manage big objects

Usage:

force bigobject list

force bigobject create -n= [-f= ...] A field is defined as a "+" separated list of attributes Attributes depend on the type of the field.

	Type = text: name, label, length
	Type = datetime: name, label
	Type = lookup: name, label, referenceTo, relationshipName

Examples


  force bigobject list

  force bigobject create -n=MyObject -l="My Object" -p="My Objects" \
  -f=name:Field1+label:"Field 1"+type:Text+length:120 \
  -f=name:MyDate+type=dateTime


Options

  -h, --help   help for bigobject

Options inherited from parent commands

  -a, --account username    account username to use
  -V, --apiversion string   API version to use
      --config string       config directory to use (default: .force)

SEE ALSO