• ShareFile.Api.Models.Zone
  • ShareFile.Api.Models.Zone

    Zones represent sites that can hold ShareFile data. Zones can be either Private - installed at customer's premisses - or Public - managed by ShareFile. ShareFile Items are always associated with a given Zone. Zones have multiple StorageCenters - each represents a physical server in that zone.

    NameTypeDescription
    SecretString Zone secret used for securing communications.
    ZoneTypeZoneType Zone type
    AccountAccount Zone account - only set on Private zones
    HeartBeatToleranceInt32 Specifies how much time between heartbeats before sharefile.com will remove a Storage Center from load balancing
    PingBackIntervalInt32 Specifies how often sharefile.com will attempt to connect back to the Zone and determine if the zone is healthy.
    VersionString Zone version - this parameter cannot be set, it is determined from the version of its storage centers. A zone version is the lowest version of a storage center in that zone
    ZoneServicesZoneService Comma-delimited list of services enabled in this zone.
    IsHIPAAZoneBoolean Specifies if the zone is a HIPAA zone
    IsMultiTenantBoolean Specifies if the zone is a multi-tenant zone
    StorageCentersList of StorageCenter List of Storage Centers created on this zone. A Storage Center is a stateless server that performs the zone services. Operations to this zone will be redirected to one of the storage centers - using the configured external address.
    MetadataList of Metadata List of metadata objects associated with this zone