StorageType: {
    archiveScript?: string;
    autoDetect?: boolean;
    bandwidth?: number;
    bean?: string;
    capacity?: number;
    freeCapacity?: number;
    highWatermark?: number;
    highWatermarkPercentage?: number;
    id?: SiteIdType;
    lowWatermark?: number;
    lowWatermarkPercentage?: number;
    metadata?: SimpleMetadataType;
    method?: StorageMethodType[];
    priority?: string;
    projection?: string;
    resourceTag?: ResourceTagType[];
    scanInterval?: number;
    sequence?: StorageFileSequenceType[];
    sequenceTimeout?: number;
    showImportables?: boolean;
    state?: string;
    timestamp?: string;
    type?: string;
}

Type declaration

  • Optional archiveScript?: string
  • Optional autoDetect?: boolean
  • Optional bandwidth?: number
  • Optional bean?: string
  • Optional capacity?: number
  • Optional freeCapacity?: number
  • Optional highWatermark?: number
  • Optional highWatermarkPercentage?: number
  • Optional id?: SiteIdType
  • Optional lowWatermark?: number
  • Optional lowWatermarkPercentage?: number
  • Optional metadata?: SimpleMetadataType
  • Optional method?: StorageMethodType[]
  • Optional priority?: string
  • Optional projection?: string
  • Optional resourceTag?: ResourceTagType[]
  • Optional scanInterval?: number
  • Optional sequence?: StorageFileSequenceType[]
  • Optional sequenceTimeout?: number
  • Optional showImportables?: boolean
  • Optional state?: string
  • Optional timestamp?: string
  • Optional type?: string