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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.