SqlWorkflowInstanceStoreElement.InstanceEncodingOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the optional property that specifies how compression is used for instance data.
public:
property System::Activities::DurableInstancing::InstanceEncodingOption InstanceEncodingOption { System::Activities::DurableInstancing::InstanceEncodingOption get(); void set(System::Activities::DurableInstancing::InstanceEncodingOption value); };
[System.Configuration.ConfigurationProperty("instanceEncodingOption", DefaultValue=System.Activities.DurableInstancing.InstanceEncodingOption.GZip, IsRequired=false)]
public System.Activities.DurableInstancing.InstanceEncodingOption InstanceEncodingOption { get; set; }
[<System.Configuration.ConfigurationProperty("instanceEncodingOption", DefaultValue=System.Activities.DurableInstancing.InstanceEncodingOption.GZip, IsRequired=false)>]
member this.InstanceEncodingOption : System.Activities.DurableInstancing.InstanceEncodingOption with get, set
Public Property InstanceEncodingOption As InstanceEncodingOption
Property Value
An option that determines the manner in which data compression is performed, if at all.
- Attributes
Remarks
Possible values for this property are "None", which specifies no compression, and "GZip", which specifies that instance data is compressed and uses the gzip algorithm.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.