Skip to main content

HS.Registry.Service.FTP

persistent class HS.Registry.Service.FTP extends HS.Registry.Service.FileType, %Library.GlobalIdentifier

SQL Table Name: HS_Registry_Service.FTP

Property Inventory

Properties

property Host as %String;
Property methods: HostDisplayToLogical(), HostGet(), HostGetStored(), HostIsValid(), HostLogicalToDisplay(), HostLogicalToOdbc(), HostNormalize(), HostSet()
property Info as %String (MAXLEN = 512) [ Transient ];
Property methods: InfoCompute(), InfoDisplayToLogical(), InfoGet(), InfoIsValid(), InfoLogicalToDisplay(), InfoLogicalToOdbc(), InfoNormalize(), InfoSQLCompute(), InfoSet(), InfoSetT()
property Port as %Integer;
Property methods: PortDisplayToLogical(), PortGet(), PortGetStored(), PortIsValid(), PortLogicalToDisplay(), PortNormalize(), PortSet(), PortXSDToLogical()
property SSLConfig as %String;
Property methods: SSLConfigDisplayToLogical(), SSLConfigGet(), SSLConfigGetStored(), SSLConfigIsValid(), SSLConfigLogicalToDisplay(), SSLConfigLogicalToOdbc(), SSLConfigNormalize(), SSLConfigSet()
property UsePassive as %Boolean [ InitialExpression = 0 ];
Property methods: UsePassiveDisplayToLogical(), UsePassiveGet(), UsePassiveGetStored(), UsePassiveIsValid(), UsePassiveLogicalToDisplay(), UsePassiveLogicalToXSD(), UsePassiveNormalize(), UsePassiveSet(), UsePassiveXSDToLogical()
property UserCredentialsConfig as %String;
Property methods: UserCredentialsConfigDisplayToLogical(), UserCredentialsConfigGet(), UserCredentialsConfigGetStored(), UserCredentialsConfigIsValid(), UserCredentialsConfigLogicalToDisplay(), UserCredentialsConfigLogicalToOdbc(), UserCredentialsConfigNormalize(), UserCredentialsConfigSet()

Indexes

index ($FTP on ) [Extent, Type = bitmap];

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (HS.Registry.Service.Abstract)

^HS.Registry.Service.AbstractD(ID)
=
%%CLASSNAME
DeviceID
Name
Type
Status
Timeout
CharSet
DeviceFunction
HomeCommunityID
Push
SystemGenerated

Storage Model: Storage (HS.Registry.Service.Abstract)

^HS.Registry.Service.AbstractD(ID,"AdditionalInfo",n)
=
AdditionalInfo(n)

Storage Model: Storage (HS.Registry.Service.Abstract)

^HS.Registry.Service.AbstractD(ID,"OIDMapCode",n)
=
OIDMapCode(n)

Storage Model: Storage (HS.Registry.Service.Abstract)

^HS.Registry.Service.AbstractD(ID,"RegistrationID",n)
=
RegistrationID(n)

Storage Model: Storage (HS.Registry.Service.Abstract)

^HS.Registry.Service.AbstractD(ID,"ServiceAliases",n)
=
ServiceAliases(n)

Storage Model: Storage (HS.Registry.Service.FileType)

^HS.Registry.Service.AbstractD(ID,"FileType")
=
FilePath
Filename
Overwrite

Storage Model: Storage (HS.Registry.Service.FTP)

^HS.Registry.Service.AbstractD(ID,"FTP")
=
Host
Port
UserCredentialsConfig
SSLConfig
UsePassive
FeedbackOpens in a new tab